(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 Started GET "/" for 127.0.0.1 at 2014-05-23 15:06:27 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#index as HTML Model Load (0.3ms) SELECT "models".* FROM "models" LIMIT 4 OFFSET 0 Completed 500 Internal Server Error in 7ms NoMethodError (undefined method `per' for #): app/controllers/pages_controller.rb:4:in `index' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.1ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.2ms) Started GET "/" for 127.0.0.1 at 2014-05-23 15:07:11 -0300 Processing by PagesController#index as HTML Model Load (0.5ms) SELECT "models".* FROM "models" LIMIT 1 OFFSET 0 Rendered pages/index.html.erb within layouts/application (11.5ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `paginate' for #<#:0x007fb7d357b588>): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb__2421822080621793093_70213750736140' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms) Started GET "/" for 127.0.0.1 at 2014-05-23 15:07:36 -0300 Processing by PagesController#index as HTML Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 1 OFFSET 0 Rendered pages/index.html.erb within layouts/application (9.9ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `paginate' for #<#:0x007fb7d5f89a78>): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb__2421822080621793093_70213750736140' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.0ms) Started GET "/" for 127.0.0.1 at 2014-05-23 15:07:37 -0300 Processing by PagesController#index as HTML Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 1 OFFSET 0 Rendered pages/index.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `paginate' for #<#:0x007fb7d900ca88>): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb__2421822080621793093_70213750736140' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.7ms) Started GET "/" for 127.0.0.1 at 2014-05-23 15:07:45 -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/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (8.2ms) Rendered pages/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 44ms (Views: 42.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:07:45 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:07:45 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:07:49 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:07:51 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Started GET "/?p=3" for 127.0.0.1 at 2014-05-23 15:07:54 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms) Started GET "/?p=4" for 127.0.0.1 at 2014-05-23 15:07:55 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.1ms) Rendered pages/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms) Started GET "/?p=6" for 127.0.0.1 at 2014-05-23 15:07:56 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"6"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.1ms) Started GET "/?p=8" for 127.0.0.1 at 2014-05-23 15:07:58 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"8"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.1ms) Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:07:59 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/" for 127.0.0.1 at 2014-05-23 15:39:56 -0300 Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.4ms) Rendered pages/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:39:56 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:39:56 -0300 Started GET "/" for 127.0.0.1 at 2014-05-23 15:39:57 -0300 Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (1.9ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:39:57 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:39:57 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:40:02 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms) Started GET "/?p=3" for 127.0.0.1 at 2014-05-23 15:40:04 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:40:07 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:40:09 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms) Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:40:11 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:40:14 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms) Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:40:17 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms) Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:40:19 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.1ms) Rendered pages/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:43:06 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.6ms) Rendered pages/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:07 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:07 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:43:14 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:14 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:14 -0300 Started GET "/?p=3" for 127.0.0.1 at 2014-05-23 15:43:15 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.1ms) Rendered pages/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:15 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:15 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:43:16 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:16 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:16 -0300 Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:43:25 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:25 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:25 -0300 Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:43:26 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:26 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:26 -0300 Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:43:27 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:43:27 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:43:27 -0300 Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:44:31 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.6ms) Rendered pages/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:44:31 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:44:31 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:44:32 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:44:32 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:44:32 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:44:40 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (2.1ms) Rendered pages/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:44:40 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:44:40 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:44:43 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.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 2014-05-23 15:44:43 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:44:43 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:45:08 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.5ms) Rendered pages/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:08 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:09 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:45:11 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:11 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:11 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:45:13 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:13 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:13 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:45:14 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:14 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:14 -0300 Started GET "/?p=3" for 127.0.0.1 at 2014-05-23 15:45:15 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:15 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:15 -0300 Started GET "/?p=4" for 127.0.0.1 at 2014-05-23 15:45:18 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"4"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:18 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:18 -0300 Started GET "/?p=5" for 127.0.0.1 at 2014-05-23 15:45:19 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.1ms) Rendered pages/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:19 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:19 -0300 Started GET "/?p=6" for 127.0.0.1 at 2014-05-23 15:45:20 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"6"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:20 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:20 -0300 Started GET "/?p=7" for 127.0.0.1 at 2014-05-23 15:45:21 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"7"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.1ms) Rendered pages/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:21 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:21 -0300 Started GET "/?p=8" for 127.0.0.1 at 2014-05-23 15:45:22 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"8"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:22 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:22 -0300 Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:45:24 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:24 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:24 -0300 Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:45:26 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.5ms) Rendered pages/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:26 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:26 -0300 Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:45:32 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:32 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:32 -0300 Started GET "/?p=8" for 127.0.0.1 at 2014-05-23 15:45:33 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"8"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.1ms) Rendered pages/index.html.erb within layouts/application (3.3ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:33 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:33 -0300 Started GET "/?p=7" for 127.0.0.1 at 2014-05-23 15:45:34 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"7"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:34 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:34 -0300 Started GET "/?p=5" for 127.0.0.1 at 2014-05-23 15:45:34 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:34 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:34 -0300 Started GET "/?p=7" for 127.0.0.1 at 2014-05-23 15:45:35 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"7"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:35 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:35 -0300 Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:45:36 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:36 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:36 -0300 Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:45:38 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.9ms) Rendered pages/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:45:38 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:45:38 -0300 Started GET "/?p=9" for 127.0.0.1 at 2014-05-23 15:46:13 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"9"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (2.0ms) Rendered pages/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:13 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:13 -0300 Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 15:46:14 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:14 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:14 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:46:17 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:17 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:17 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:46:19 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:19 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:19 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:46:20 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.7ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:20 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:20 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 15:46:21 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.2ms) Rendered pages/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:21 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:21 -0300 Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 15:46:22 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 15:46:22 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 15:46:22 -0300 Started GET "/" for 127.0.0.1 at 2014-05-23 18:23:26 -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 pages/index.html.erb within layouts/application (7.4ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (Missing partial pages/_pagers, application/_pagers with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/test/dummy/app/views" * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views" ): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb__3306618245114368090_70177508660360' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.6ms) Started GET "/" for 127.0.0.1 at 2014-05-23 18:23:50 -0300 Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (Missing partial pages/_pagers, application/_pagers with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/test/dummy/app/views" * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views" ): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb__3306618245114368090_70177508660360' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms) Started GET "/" for 127.0.0.1 at 2014-05-23 18:23:51 -0300 Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (Missing partial pages/_pagers, application/_pagers with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/test/dummy/app/views" * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views" ): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb__3306618245114368090_70177508660360' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.1ms) Started GET "/" for 127.0.0.1 at 2014-05-23 18:23:59 -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 pages/index.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (Missing partial pagers/_main with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/test/dummy/app/views" * "/Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views" ): 1: <%= paginate @collection %> app/views/pages/index.html.erb:1:in `_app_views_pages_index_html_erb___1706154116445507869_70207912063360' Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms) Rendered /Users/Matt/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.8ms) Started GET "/" for 127.0.0.1 at 2014-05-23 18:24:12 -0300 Processing by PagesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (7.2ms) Rendered pages/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-05-23 18:24:13 -0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-05-23 18:24:13 -0300 Started GET "/?p=2" for 127.0.0.1 at 2014-05-23 18:24:14 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (1.0ms) Rendered pages/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/?p=3" for 127.0.0.1 at 2014-05-23 18:24:15 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms) Started GET "/?p=4" for 127.0.0.1 at 2014-05-23 18:24:16 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.1ms) Started GET "/?p=6" for 127.0.0.1 at 2014-05-23 18:24:17 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"6"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Started GET "/?p=7" for 127.0.0.1 at 2014-05-23 18:24:18 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"7"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) Started GET "/?p=10" for 127.0.0.1 at 2014-05-23 18:24:18 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"10"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.8ms) Rendered pages/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/?p=1" for 127.0.0.1 at 2014-05-23 18:24:20 -0300 Processing by PagesController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Museways/Herramientas/Rails/pagers/app/views/pagers/_main.html.erb (0.6ms) Rendered pages/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms)