(2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (3.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateModels (20130820024335)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130820024335"]]  (3.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (49.9ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)   (3.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (4.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130820024335') Started GET "/" for 127.0.0.1 at 2013-08-19 23:58:14 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 61ms (Views: 59.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:58:14 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:58:14 -0300  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 0], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (57.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 1], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (2.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 2], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (2.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 3], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 4], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 5], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (3.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 6], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 7], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 8], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "models" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00], ["name", 9], ["updated_at", Tue, 20 Aug 2013 02:58:51 UTC +00:00]]  (3.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2013-08-19 23:59:03 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (72.9ms) Rendered pages/index.html.erb within layouts/application (78.0ms) Completed 200 OK in 112ms (Views: 109.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:03 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:03 -0300 Started GET "/?p=2" for 127.0.0.1 at 2013-08-19 23:59:11 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:11 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:11 -0300 Started GET "/?p=3" for 127.0.0.1 at 2013-08-19 23:59:16 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:16 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:16 -0300 Started GET "/?p=4" for 127.0.0.1 at 2013-08-19 23:59:17 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"4"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:17 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:17 -0300 Started GET "/?p=3" for 127.0.0.1 at 2013-08-19 23:59:20 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:20 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:20 -0300 Started GET "/?p=4" for 127.0.0.1 at 2013-08-19 23:59:23 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:23 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:23 -0300 Started GET "/?p=5" for 127.0.0.1 at 2013-08-19 23:59:25 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:25 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:25 -0300 Started GET "/?p=6" for 127.0.0.1 at 2013-08-19 23:59:26 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"6"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:26 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:26 -0300 Started GET "/?p=7" for 127.0.0.1 at 2013-08-19 23:59:27 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"7"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:27 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:27 -0300 Started GET "/?p=8" for 127.0.0.1 at 2013-08-19 23:59:29 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"8"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:29 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:29 -0300 Started GET "/?p=9" for 127.0.0.1 at 2013-08-19 23:59:32 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:32 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:32 -0300 Started GET "/?p=10" for 127.0.0.1 at 2013-08-19 23:59:32 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:32 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:32 -0300 Started GET "/?p=10" for 127.0.0.1 at 2013-08-19 23:59:33 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:33 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:33 -0300 Started GET "/?p=1" for 127.0.0.1 at 2013-08-19 23:59:35 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:35 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:35 -0300 Started GET "/?p=10" for 127.0.0.1 at 2013-08-19 23:59:36 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/pageable/app/views/pageable/_pager.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-19 23:59:36 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-08-19 23:59:36 -0300