Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateHouses (20120908215532)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "houses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120908215532')  (3.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("houses") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateHouses (20120908215532)  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateModels (20120908215532)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120908215532')  (57.6ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("models") Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 16:20:59 -0200 Processing by TestController#index as HTML ERROR: compiling _app_views_test_index_html_erb__4455616764571100546_70181944554160 RAISED /Users/matt/Documents/Mattways/Emprendimientos/Rails/rails-pagination/test/dummy/app/views/test/index.html.erb:31: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/matt/Documents/Mattways/Emprendimientos/Rails/rails-pagination/test/dummy/app/views/test/index.html.erb:33: syntax error, unexpected $end, expecting keyword_end Function body: def _app_views_test_index_html_erb__4455616764571100546_70181944554160(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "test/index";_old_output_buffer = @output_buffer;;@output_buffer = output_buffer || ActionView::OutputBuffer.new; pager = paginate(@collection, :navigation => 3, :parameter => :p) if pager.has_multiple_pages? @output_buffer.safe_concat('
'); if pager.has_first_page? @output_buffer.safe_concat(' ');@output_buffer.append= ( t('pager.first') );@output_buffer.safe_concat(' '); end if pager.has_previous_page? @output_buffer.safe_concat(' '); end if pager.navigation.has_less_pages? @output_buffer.safe_concat(' ... '); end for page in pager.navigation.pages if pager.is_current_page? page @output_buffer.safe_concat(' ');@output_buffer.append= ( page );@output_buffer.safe_concat(' '); else @output_buffer.safe_concat(' ');@output_buffer.append= ( page );@output_buffer.safe_concat(' '); end if pager.navigation.has_more_pages? @output_buffer.safe_concat(' ... '); end if pager.has_next_page? @output_buffer.safe_concat(' '); end if pager.has_last_page? @output_buffer.safe_concat(' ');@output_buffer.append= ( t('pager.last') );@output_buffer.safe_concat(' '); end @output_buffer.safe_concat('
'); end @output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `module_eval' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:297:in `compile' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:232:in `compile!' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:144:in `block in render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:125:in `instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/template.rb:143:in `render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:45:in `render_template' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/template_renderer.rb:18:in `render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:36:in `render_template' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_view/renderer/renderer.rb:17:in `render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:110:in `_render_template' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/streaming.rb:225:in `_render_template' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:103:in `render_to_body' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/renderers.rb:28:in `render_to_body' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:88:in `render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:16:in `render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/core_ext/benchmark.rb:5:in `ms' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:40:in `block in render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:39:in `render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:5:in `send_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run__3826713535409500211__process_action__2761810839518818863__callbacks' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `each' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/journey-1.0.4/lib/journey/router.rb:56:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__1880878322598319877__call__2574047420790886458__callbacks' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/reloader.rb:65:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/application.rb:223:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/railties-3.2.8/lib/rails/rack/log_tailer.rb:17:in `call' /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered test/index.html.erb within layouts/application (11.3ms) Completed 500 Internal Server Error in 79ms ActionView::Template::Error (/Users/matt/Documents/Mattways/Emprendimientos/Rails/rails-pagination/test/dummy/app/views/test/index.html.erb:31: syntax error, unexpected keyword_ensure, expecting keyword_end /Users/matt/Documents/Mattways/Emprendimientos/Rails/rails-pagination/test/dummy/app/views/test/index.html.erb:33: syntax error, unexpected $end, expecting keyword_end): 28: 29: <% end %> actionpack (3.2.8) lib/action_view/template.rb:297:in `module_eval' actionpack (3.2.8) lib/action_view/template.rb:297:in `compile' actionpack (3.2.8) lib/action_view/template.rb:244:in `block in compile!' :10:in `synchronize' actionpack (3.2.8) lib/action_view/template.rb:232:in `compile!' actionpack (3.2.8) lib/action_view/template.rb:144:in `block in render' activesupport (3.2.8) lib/active_support/notifications.rb:125:in `instrument' actionpack (3.2.8) lib/action_view/template.rb:143:in `render' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:45:in `render_template' actionpack (3.2.8) lib/action_view/renderer/template_renderer.rb:18:in `render' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:36:in `render_template' actionpack (3.2.8) lib/action_view/renderer/renderer.rb:17:in `render' actionpack (3.2.8) lib/abstract_controller/rendering.rb:110:in `_render_template' actionpack (3.2.8) lib/action_controller/metal/streaming.rb:225:in `_render_template' actionpack (3.2.8) lib/abstract_controller/rendering.rb:103:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/renderers.rb:28:in `render_to_body' actionpack (3.2.8) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' actionpack (3.2.8) lib/abstract_controller/rendering.rb:88:in `render' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (3.2.8) lib/active_support/core_ext/benchmark.rb:5:in `ms' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:40:in `block in render' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:39:in `render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (3.2.8) lib/active_support/callbacks.rb:414:in `_run__3826713535409500211__process_action__2761810839518818863__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument' activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument' actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action' actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action' activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process' actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process' actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch' actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1880878322598319877__call__2574047420790886458__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.8ms) Started GET "/" for 127.0.0.1 at 2012-12-02 16:21:39 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (4.6ms) Compiled application.css (1ms) (pid 7846) Compiled jquery.js (6ms) (pid 7846) Compiled jquery_ujs.js (0ms) (pid 7846) Compiled application.js (48ms) (pid 7846) Completed 200 OK in 170ms (Views: 168.5ms | ActiveRecord: 1.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 16:21:39 -0200 Served asset /jquery.js - 200 OK (27ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 16:21:39 -0200 Served asset /application.js - 200 OK (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 16:21:39 -0200 Served asset /jquery_ujs.js - 200 OK (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 16:21:39 -0200 Served asset /application.css - 200 OK (16ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 16:22:27 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (12.8ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined local variable or method `request' for #): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb___4396946798376005744_70213305319720' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 16:56:24 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (12.1ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined local variable or method `params' for #): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb__3945398745547744494_70115263726500' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.2ms) Started GET "/" for 127.0.0.1 at 2012-12-02 16:56:42 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (5.5ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `collection' for #<#:0x007f89f6a0e1c8>): 1: 2: <%= url_for(request.query_parameters.merge(:p => collection.first_page)) %> app/views/test/index.html.erb:2:in `_app_views_test_index_html_erb__3945398745547744494_70115262507080' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/" for 127.0.0.1 at 2012-12-02 16:56:55 -0200 Processing by TestController#index as HTML Rendered test/index.html.erb within layouts/application (1.5ms) Completed 200 OK in 59ms (Views: 58.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 16:56:55 -0200 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 16:56:55 -0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 16:56:55 -0200 Served asset /application.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 16:56:55 -0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/" for 127.0.0.1 at 2012-12-02 16:57:45 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.6ms) Completed 500 Internal Server Error in 14ms ActionView::Template::Error (undefined local variable or method `params' for #): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb__3945398745547744494_70115262560420' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:17:39 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (5.2ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined method `request' for nil:NilClass): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb___3325975247903954997_70179734568520' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:18:44 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (5.5ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `request' for nil:NilClass): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb__4313967535755236061_70294896389100' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:21:41 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (4.4ms) Completed 500 Internal Server Error in 46ms ActionView::Template::Error (undefined method `merge' for #): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__2623836088629988888_70298847826360' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/" for 127.0.0.1 at 2012-12-02 17:21:43 -0200 Processing by TestController#index as HTML Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `merge' for #): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__2623836088629988888_70298847826360' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:21:54 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (4.6ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (undefined method `merge' for #): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__1795465595880696679_70353772353260' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:23:03 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (6.4ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `request' for nil:NilClass): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb__3444591480363476615_70232032564440' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:23:29 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 51ms ActionView::Template::Error (undefined method `request' for nil:NilClass): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb__4052034718111711725_70156039639040' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:24:18 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (7.6ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (undefined method `request' for nil:NilClass): 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> 5: <%= t('pager.first') %> 6: <% end %> 7: <% if pager.has_previous_page? %> 8: app/views/test/index.html.erb:5:in `_app_views_test_index_html_erb___3275221231068165867_70143571203820' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:33:20 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (26.1ms) Completed 200 OK in 69ms (Views: 38.5ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 17:33:20 -0200 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 17:33:20 -0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 17:33:20 -0200 Served asset /application.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 17:33:20 -0200 Served asset /jquery.js - 304 Not Modified (2ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:36:32 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (14.8ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007ffd324dce98>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__3578371924259989784_70362727366420' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:37:43 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (14.6ms) Completed 500 Internal Server Error in 50ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007fa6bc55d5d8>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__1032469957021693377_70177062787700' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/" for 127.0.0.1 at 2012-12-02 17:37:44 -0200 Processing by TestController#index as HTML Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (6.1ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007fa6bda36c98>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__1032469957021693377_70177062787700' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/" for 127.0.0.1 at 2012-12-02 17:37:45 -0200 Processing by TestController#index as HTML Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007fa6bc5c5d90>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__1032469957021693377_70177062787700' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (23.4ms) Started GET "/" for 127.0.0.1 at 2012-12-02 17:37:46 -0200 Processing by TestController#index as HTML Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (7.0ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007fa6bdd58f98>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__1032469957021693377_70177062787700' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:38:24 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (22.9ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007f9994cde530>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__771088453751138897_70148805471860' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:39:15 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (16.7ms) Completed 500 Internal Server Error in 52ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007fb175cdd3d0>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__466838653312471908_70200089073600' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:39:46 -0200 Processing by TestController#index as HTML Model Load (0.1ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 4 Rendered test/index.html.erb within layouts/application (14.7ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `total_pages' for #<#:0x007fd4844dd1a8>): 1: <% pager = paginate(@collection, :navigation => 3, :parameter => :p) %> 2: <% if pager.has_multiple_pages? %> 3:
4: <% if pager.has_first_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__3058637506104082391_70275372868580' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 17:41:42 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (10.4ms) Completed 200 OK in 55ms (Views: 23.4ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 17:41:43 -0200 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 17:41:43 -0200 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 17:41:43 -0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 17:41:43 -0200 Served asset /application.js - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 18:05:18 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (9.6ms) Completed 200 OK in 52ms (Views: 23.0ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:05:18 -0200 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:18 -0200 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:18 -0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:18 -0200 Served asset /application.js - 304 Not Modified (3ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:05:23 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:05:23 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:23 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:23 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:05:59 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:05:59 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:59 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:59 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:05:59 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2012-12-02 18:06:01 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (14.3ms) Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:01 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:01 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:01 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:01 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:06:03 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:03 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:03 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:03 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:03 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:06:06 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/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 2012-12-02 18:06:06 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:06 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:06 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:06 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:06:07 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:07 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:07 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:07 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:07 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:06:09 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:09 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:09 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:09 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:09 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:06:10 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:10 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:10 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:10 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:10 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2012-12-02 18:06:11 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:11 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:11 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:11 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:11 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:06:12 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:13 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:13 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:13 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:13 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:06:14 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/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 2012-12-02 18:06:14 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:14 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:14 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:14 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:06:15 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (3.6ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:15 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:15 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:15 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:15 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:06:16 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:16 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:16 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:16 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:16 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:06:17 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:17 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:17 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:17 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:17 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:06:19 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:19 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:19 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:19 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:19 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:06:20 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:20 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:20 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:20 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:20 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:06:21 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:21 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:21 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:21 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:21 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:06:22 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (17.0ms) Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:22 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:22 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:22 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:22 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:06:23 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:23 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:23 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:23 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:06:24 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:24 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:24 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:24 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:24 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:06:26 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:26 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:06:26 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:26 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:06:26 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2012-12-02 18:06:58 -0200 SyntaxError (/Users/matt/Documents/Mattways/Emprendimientos/Rails/rails-pagination/test/dummy/app/controllers/test_controller.rb:4: syntax error, unexpected keyword_or, expecting ')' @collection = Model.page(params[:p] or 1).per(2) ^): activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `load' activesupport (3.2.8) lib/active_support/dependencies.rb:469:in `block in load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:639:in `new_constants_in' activesupport (3.2.8) lib/active_support/dependencies.rb:468:in `load_file' activesupport (3.2.8) lib/active_support/dependencies.rb:353:in `require_or_load' activesupport (3.2.8) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (3.2.8) lib/active_support/dependencies.rb:192:in `block in const_missing' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `each' activesupport (3.2.8) lib/active_support/dependencies.rb:190:in `const_missing' activesupport (3.2.8) lib/active_support/inflector/methods.rb:230:in `block in constantize' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `each' activesupport (3.2.8) lib/active_support/inflector/methods.rb:229:in `constantize' activesupport (3.2.8) lib/active_support/dependencies.rb:554:in `get' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call' activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__227764464931722001__call__3140707974421903868__callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.8) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.8) lib/rails/engine.rb:479:in `call' railties (3.2.8) lib/rails/application.rb:223:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/matt/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/matt/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms) Started GET "/" for 127.0.0.1 at 2012-12-02 18:07:13 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:13 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:13 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:13 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:13 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:07:15 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:15 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:15 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:15 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:15 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:07:17 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (15.0ms) Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:17 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:17 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:17 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:17 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:07:19 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:19 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:19 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:19 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:19 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2012-12-02 18:07:20 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:20 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:20 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:20 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:20 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:07:21 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:21 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:21 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:21 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:21 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:07:22 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:22 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (3.3ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:23 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2012-12-02 18:07:25 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:25 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:25 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:25 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:25 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:07:26 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:26 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:26 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:26 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:26 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:07:27 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:27 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:27 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:27 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:27 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:07:28 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:28 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:28 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:28 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:28 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:07:29 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (3.5ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:29 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:29 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:29 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:29 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2012-12-02 18:07:46 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (3.3ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:07:46 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:46 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:46 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:07:46 -0200 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-12-02 18:15:24 -0200 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (9.6ms) Completed 200 OK in 51ms (Views: 22.4ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:15:25 -0200 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:25 -0200 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:25 -0200 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:25 -0200 Served asset /application.js - 304 Not Modified (23ms) Started GET "/?p=2" for 127.0.0.1 at 2012-12-02 18:15:27 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:27 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:27 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:15:27 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:27 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2012-12-02 18:15:29 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:15:29 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:29 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:29 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:29 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2012-12-02 18:15:30 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/index.html.erb within layouts/application (2.6ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-12-02 18:15:30 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:30 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:30 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:30 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2012-12-02 18:15:33 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered test/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 2012-12-02 18:15:33 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:33 -0200 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:33 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:33 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2012-12-02 18:15:34 -0200 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered test/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 2012-12-02 18:15:34 -0200 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:34 -0200 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:34 -0200 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:34 -0200 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-05-23 17:16:29 -0300 Processing by TestController#index as HTML  (11.4ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (89.9ms) Rendered test/index.html.erb within layouts/application (116.5ms) Compiled application.css (1ms) (pid 81405) Compiled jquery.js (3ms) (pid 81405) Compiled jquery_ujs.js (0ms) (pid 81405) Compiled application.js (75ms) (pid 81405) Completed 200 OK in 300ms (Views: 254.2ms | ActiveRecord: 13.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300 Served asset /application.js - 200 OK (6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300 Served asset /application.css - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 17:16:33 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (3.2ms) Rendered test/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:33 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:33 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 17:16:34 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (2.9ms) Rendered test/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:34 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:34 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 17:16:36 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (3.0ms) Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:36 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:36 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 17:16:38 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (3.1ms) Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:38 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:38 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 17:16:39 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (2.9ms) Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:39 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:39 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-05-23 18:21:51 -0300 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 0 Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (94.7ms) Rendered test/index.html.erb within layouts/application (115.0ms) Completed 500 Internal Server Error in 171ms ActionView::Template::Error (undefined local variable or method `pagination' for #<#:0x007fd5d45d7918>): 1: <% if pagination.has_multiple_pages? %> 2:
3: <% if pagination.has_first_page? %> 4: <%= link_to t('pager.first'), pagination.first_page_path, class: 'first' %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb___1362965604637567469_70278183326480' Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.3ms) Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:09 -0300 Processing by TestController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "models"  Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 0 Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (14.1ms) Rendered test/index.html.erb within layouts/application (17.1ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined local variable or method `pagination' for #<#:0x007fd5d4343670>): 1: <% if pagination.has_multiple_pages? %> 2:
3: <% if pagination.has_first_page? %> 4: <%= link_to t('pager.first'), pagination.first_page_path, class: 'first' %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb___1362965604637567469_70278183326480' Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.8ms) Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:17 -0300 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 0 Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (14.1ms) Rendered test/index.html.erb within layouts/application (16.8ms) Completed 500 Internal Server Error in 20ms ActionView::Template::Error (undefined local variable or method `pagination' for #<#:0x007fd5d475b410>): 1: <% if pagination.has_multiple_pages? %> 2:
3: <% if pagination.has_first_page? %> 4: <%= link_to t('pager.first'), pagination.first_page_path, class: 'first' %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb___1362965604637567469_70278183326480' Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:26 -0300 Processing by TestController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "models"  Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 0 Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (56.6ms) Rendered test/index.html.erb within layouts/application (77.3ms) Completed 500 Internal Server Error in 136ms ActionView::Template::Error (undefined method `request' for #): 10: <% if pagination.is_current_page? page %> 11: <%= page %> 12: <% else %> 13: <%= link_to page, pagination.page_path(page), class: 'page' %> 14: <% end %> 15: <% end %> 16: <% if pagination.has_next_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__3844651493914581697_70357649488840' Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.2ms) Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:59 -0300 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Model Load (0.2ms) SELECT "models".* FROM "models" LIMIT 2 OFFSET 0 Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (41.7ms) Rendered test/index.html.erb within layouts/application (55.4ms) Completed 500 Internal Server Error in 95ms ActionView::Template::Error (undefined method `request' for #): 10: <% if pagination.is_current_page? page %> 11: <%= page %> 12: <% else %> 13: <%= link_to page, pagination.page_path(page), class: 'page' %> 14: <% end %> 15: <% end %> 16: <% if pagination.has_next_page? %> app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__4310214776151447100_70304556374960' Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms) Rendered /Users/Matt/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.7ms) Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2013-05-23 18:24:40 -0300 Processing by TestController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (31.7ms) Rendered test/index.html.erb within layouts/application (47.0ms) Completed 200 OK in 177ms (Views: 120.9ms | ActiveRecord: 2.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300 Served asset /jquery.js - 304 Not Modified (35ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300 Served asset /application.js - 304 Not Modified (6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:42 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms) Rendered test/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (3.9ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:45 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms) Rendered test/index.html.erb within layouts/application (4.7ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.4ms) Rendered test/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:24:47 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms) Rendered test/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:48 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms) Rendered test/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms) Rendered test/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:50 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms) Rendered test/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 40ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:51 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms) Rendered test/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms) Rendered test/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.1ms) Rendered test/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.2ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:55 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms) Rendered test/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:56 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms) Rendered test/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:57 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms) Rendered test/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"3"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms) Rendered test/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms) Rendered test/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300 Served asset /application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:31:37 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (10.4ms) Rendered test/index.html.erb within layouts/application (24.2ms) Completed 200 OK in 103ms (Views: 74.1ms | ActiveRecord: 2.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300 Served asset /application.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300 Served asset /application.css - 304 Not Modified (2ms) Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"1"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:31:39 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.1ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms) Rendered test/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:31:40 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"4"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms) Rendered test/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:31:41 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"5"}  (0.2ms) SELECT COUNT(*) FROM "models"  Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.1ms) Rendered test/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:31:42 -0300 Processing by TestController#index as HTML Parameters: {"p"=>"2"}  (0.1ms) SELECT COUNT(*) FROM "models" Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms) Rendered test/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300 Served asset /application.js - 304 Not Modified (0ms)