You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
8.2 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

 (21.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
 (0.2ms) select sqlite_version(*)
 (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateMovies (20150809022253)
 (0.1ms) begin transaction
DEPRECATION WARNING: `#timestamps` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in change at /home/ubuntu/workspace/hw-rottenpotatoes-rails-intro/db/migrate/20150809022253_create_movies.rb:10)
 (0.4ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "rating" varchar, "description" text, "release_date" datetime, "created_at" datetime, "updated_at" datetime)
SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150809022253"]]
 (10.5ms) commit transaction
ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/" for 124.16.104.110 at 2016-11-04 15:32:19 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
Processing by MoviesController#index as HTML
Movie Load (0.3ms) SELECT "movies".* FROM "movies"
Rendered movies/index.html.haml within layouts/application (7.0ms)
Completed 200 OK in 997ms (Views: 985.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/default.self-49554e9e270baee081b10069c4f5f33b75f6549ad240aac134400c56d752bf9f.css?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for 124.16.104.110 at 2016-11-04 15:32:21 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
 (0.1ms) begin transaction
SQL (0.4ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Aladdin"], ["rating", "G"], ["release_date", "1992-11-25 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.714195"], ["updated_at", "2016-11-04 15:36:22.714195"]]
 (12.7ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "The Terminator"], ["rating", "R"], ["release_date", "1984-10-26 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.731603"], ["updated_at", "2016-11-04 15:36:22.731603"]]
 (10.6ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "When Harry Met Sally"], ["rating", "R"], ["release_date", "1989-07-21 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.744163"], ["updated_at", "2016-11-04 15:36:22.744163"]]
 (10.2ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "The Help"], ["rating", "PG-13"], ["release_date", "2011-08-10 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.756128"], ["updated_at", "2016-11-04 15:36:22.756128"]]
 (10.5ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Chocolat"], ["rating", "PG-13"], ["release_date", "2001-01-05 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.768542"], ["updated_at", "2016-11-04 15:36:22.768542"]]
 (10.1ms) commit transaction
 (0.1ms) begin transaction
SQL (0.3ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Amelie"], ["rating", "R"], ["release_date", "2001-04-25 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.780986"], ["updated_at", "2016-11-04 15:36:22.780986"]]
 (17.1ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "2001: A Space Odyssey"], ["rating", "G"], ["release_date", "1968-04-06 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.800502"], ["updated_at", "2016-11-04 15:36:22.800502"]]
 (10.1ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "The Incredibles"], ["rating", "PG"], ["release_date", "2004-11-05 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.812686"], ["updated_at", "2016-11-04 15:36:22.812686"]]
 (10.1ms) commit transaction
 (0.1ms) begin transaction
SQL (0.2ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Raiders of the Lost Ark"], ["rating", "PG"], ["release_date", "1981-06-12 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.824825"], ["updated_at", "2016-11-04 15:36:22.824825"]]
 (10.0ms) commit transaction
 (0.1ms) begin transaction
SQL (0.3ms) INSERT INTO "movies" ("title", "rating", "release_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Chicken Run"], ["rating", "G"], ["release_date", "2000-06-21 00:00:00.000000"], ["created_at", "2016-11-04 15:36:22.836726"], ["updated_at", "2016-11-04 15:36:22.836726"]]
 (9.9ms) commit transaction
Started GET "/" for 124.16.104.110 at 2016-11-04 15:37:04 +0000
Cannot render console from 124.16.104.110! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
Processing by MoviesController#index as HTML
Movie Load (0.3ms) SELECT "movies".* FROM "movies"
Rendered movies/index.html.haml within layouts/application (20.5ms)
Completed 200 OK in 333ms (Views: 321.8ms | ActiveRecord: 0.7ms)