test/dummy/log/development.log in rails_pagination-2.0.8 vs test/dummy/log/development.log in rails_pagination-2.0.9
- old
+ new
@@ -2900,5 +2900,230 @@
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)
+Connecting to database specified by database.yml
+
+
+Started GET "/" for 127.0.0.1 at 2013-06-11 07:14:46 -0300
+Processing by TestController#index as HTML
+ [1m[36m (15.4ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
+ Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (46.4ms)
+ Rendered test/index.html.erb within layouts/application (99.5ms)
+Completed 500 Internal Server Error in 255ms
+
+ActionView::Template::Error (undefined method `navigation' for nil:NilClass):
+ 6: <% if pagination.has_previous_page? %>
+ 7: <%= link_to t('pager.previous'), pagination.previous_page_path, class: 'previous' %>
+ 8: <% end %>
+ 9: <% if pager.navigation.has_less_pages? %>
+ 10: <span class="ellipsis">...</span>
+ 11: <% end %>
+ 12: <% pagination.navigation.pages.each do |page| %>
+ app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__1888665723522898678_70289201149780'
+
+
+ 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.5ms)
+ 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.8ms)
+ 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 (19.9ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-06-11 07:15:16 -0300
+Processing by TestController#index as HTML
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
+ Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (106.5ms)
+ Rendered test/index.html.erb within layouts/application (109.5ms)
+Completed 200 OK in 185ms (Views: 184.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:15:16 -0300
+Served asset /jquery_ujs.js - 200 OK (2ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-11 07:15:16 -0300
+Served asset /application.css - 200 OK (2ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:15:16 -0300
+Served asset /application.js - 200 OK (6ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:15:16 -0300
+Served asset /jquery.js - 200 OK (3ms)
+
+
+Started GET "/?p=2" for 127.0.0.1 at 2013-06-11 07:15:18 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"2"}
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
+ 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 10ms (Views: 9.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/?p=5" for 127.0.0.1 at 2013-06-11 07:15:39 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"5"}
+ [1m[35m (0.1ms)[0m 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.9ms)
+Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/?p=1" for 127.0.0.1 at 2013-06-11 07:15:40 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"1"}
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
+ 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.1ms)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/?p=1" for 127.0.0.1 at 2013-06-11 07:16:11 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"1"}
+ [1m[35m (0.1ms)[0m 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 (5.3ms)
+Completed 200 OK in 16ms (Views: 10.3ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:11 -0300
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-11 07:16:11 -0300
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:11 -0300
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:11 -0300
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/?p=2" for 127.0.0.1 at 2013-06-11 07:16:13 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"2"}
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
+ 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.3ms)
+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-06-11 07:16:13 -0300
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:13 -0300
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:13 -0300
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:13 -0300
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/?p=1" for 127.0.0.1 at 2013-06-11 07:16:14 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"1"}
+ [1m[35m (0.1ms)[0m 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.1ms)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:14 -0300
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-11 07:16:14 -0300
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:14 -0300
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:14 -0300
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/?p=2" for 127.0.0.1 at 2013-06-11 07:16:17 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"2"}
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
+ 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-06-11 07:16:17 -0300
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:17 -0300
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:17 -0300
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:17 -0300
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/?p=10" for 127.0.0.1 at 2013-06-11 07:16:21 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"10"}
+ [1m[35m (0.1ms)[0m 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.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-11 07:16:21 -0300
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:21 -0300
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:21 -0300
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:21 -0300
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/?p=9" for 127.0.0.1 at 2013-06-11 07:16:23 -0300
+Processing by TestController#index as HTML
+ Parameters: {"p"=>"9"}
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
+ Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.8ms)
+ Rendered test/index.html.erb within layouts/application (5.2ms)
+Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-11 07:16:23 -0300
+Served asset /application.css - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:23 -0300
+Served asset /jquery.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:23 -0300
+Served asset /application.js - 304 Not Modified (0ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-11 07:16:23 -0300
+Served asset /jquery_ujs.js - 304 Not Modified (0ms)