rails_pagination 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +8 -24
- data/Rakefile +2 -0
- data/app/views/rails_pagination/_pager.html.erb +23 -0
- data/config/locales/en.yml +6 -0
- data/config/locales/es.yml +6 -0
- data/lib/rails_pagination/action_view/base.rb +5 -1
- data/lib/rails_pagination/engine.rb +7 -0
- data/lib/rails_pagination/{pager.rb → pagination.rb} +4 -4
- data/lib/rails_pagination/version.rb +1 -1
- data/lib/rails_pagination.rb +2 -1
- data/test/collection_empty_test.rb +3 -7
- data/test/collection_first_test.rb +4 -8
- data/test/collection_last_test.rb +4 -8
- data/test/collection_middle_test.rb +4 -8
- data/test/collection_padding_test.rb +6 -6
- data/test/dummy/app/views/layouts/application.html.erb +3 -5
- data/test/dummy/app/views/test/index.html.erb +1 -30
- data/test/dummy/log/development.log +906 -0
- data/test/dummy/log/test.log +17021 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D9B/E00/sprockets%2Fb66a75bd10bef6da5f16f4fa9113926c +0 -0
- data/test/dummy/tmp/cache/assets/DAC/650/sprockets%2Ff8ec2e25f819797cb9a491d0af22ae9b +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/DEF/100/sprockets%2F8b9d88bfa8f8eed7910469ef2ab8a8c7 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E29/AA0/sprockets%2F6eaab4ab4dbae1b8b5a6f9286aa966d4 +0 -0
- data/test/helpers_empty_test.rb +3 -7
- data/test/helpers_first_test.rb +4 -8
- data/test/helpers_last_test.rb +4 -8
- data/test/helpers_middle_test.rb +4 -8
- metadata +15 -5
- data/test/rails_pagination_test.rb +0 -9
@@ -1996,3 +1996,909 @@ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
1996
1996
|
|
1997
1997
|
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-12-02 18:15:34 -0200
|
1998
1998
|
Served asset /application.js - 304 Not Modified (0ms)
|
1999
|
+
Connecting to database specified by database.yml
|
2000
|
+
Connecting to database specified by database.yml
|
2001
|
+
|
2002
|
+
|
2003
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 17:16:29 -0300
|
2004
|
+
Processing by TestController#index as HTML
|
2005
|
+
[1m[36m (11.4ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2006
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (89.9ms)
|
2007
|
+
Rendered test/index.html.erb within layouts/application (116.5ms)
|
2008
|
+
Compiled application.css (1ms) (pid 81405)
|
2009
|
+
Compiled jquery.js (3ms) (pid 81405)
|
2010
|
+
Compiled jquery_ujs.js (0ms) (pid 81405)
|
2011
|
+
Compiled application.js (75ms) (pid 81405)
|
2012
|
+
Completed 200 OK in 300ms (Views: 254.2ms | ActiveRecord: 13.6ms)
|
2013
|
+
|
2014
|
+
|
2015
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300
|
2016
|
+
Served asset /jquery_ujs.js - 304 Not Modified (5ms)
|
2017
|
+
|
2018
|
+
|
2019
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300
|
2020
|
+
Served asset /application.js - 200 OK (6ms)
|
2021
|
+
|
2022
|
+
|
2023
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300
|
2024
|
+
Served asset /application.css - 200 OK (2ms)
|
2025
|
+
|
2026
|
+
|
2027
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:30 -0300
|
2028
|
+
Served asset /jquery.js - 304 Not Modified (3ms)
|
2029
|
+
|
2030
|
+
|
2031
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 17:16:33 -0300
|
2032
|
+
Processing by TestController#index as HTML
|
2033
|
+
Parameters: {"p"=>"2"}
|
2034
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "models"
|
2035
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (3.2ms)
|
2036
|
+
Rendered test/index.html.erb within layouts/application (4.4ms)
|
2037
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
|
2038
|
+
|
2039
|
+
|
2040
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:33 -0300
|
2041
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2042
|
+
|
2043
|
+
|
2044
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:33 -0300
|
2045
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2046
|
+
|
2047
|
+
|
2048
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 17:16:34 -0300
|
2049
|
+
Processing by TestController#index as HTML
|
2050
|
+
Parameters: {"p"=>"1"}
|
2051
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2052
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (2.9ms)
|
2053
|
+
Rendered test/index.html.erb within layouts/application (4.1ms)
|
2054
|
+
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
|
2055
|
+
|
2056
|
+
|
2057
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:34 -0300
|
2058
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2059
|
+
|
2060
|
+
|
2061
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:34 -0300
|
2062
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2063
|
+
|
2064
|
+
|
2065
|
+
Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 17:16:36 -0300
|
2066
|
+
Processing by TestController#index as HTML
|
2067
|
+
Parameters: {"p"=>"5"}
|
2068
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "models"
|
2069
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (3.0ms)
|
2070
|
+
Rendered test/index.html.erb within layouts/application (4.2ms)
|
2071
|
+
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms)
|
2072
|
+
|
2073
|
+
|
2074
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:36 -0300
|
2075
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2076
|
+
|
2077
|
+
|
2078
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:36 -0300
|
2079
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2080
|
+
|
2081
|
+
|
2082
|
+
Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 17:16:38 -0300
|
2083
|
+
Processing by TestController#index as HTML
|
2084
|
+
Parameters: {"p"=>"3"}
|
2085
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2086
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (3.1ms)
|
2087
|
+
Rendered test/index.html.erb within layouts/application (4.2ms)
|
2088
|
+
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms)
|
2089
|
+
|
2090
|
+
|
2091
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:38 -0300
|
2092
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2093
|
+
|
2094
|
+
|
2095
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:38 -0300
|
2096
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2097
|
+
|
2098
|
+
|
2099
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 17:16:39 -0300
|
2100
|
+
Processing by TestController#index as HTML
|
2101
|
+
Parameters: {"p"=>"1"}
|
2102
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2103
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (2.9ms)
|
2104
|
+
Rendered test/index.html.erb within layouts/application (4.2ms)
|
2105
|
+
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms)
|
2106
|
+
|
2107
|
+
|
2108
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:39 -0300
|
2109
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2110
|
+
|
2111
|
+
|
2112
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 17:16:39 -0300
|
2113
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2114
|
+
Connecting to database specified by database.yml
|
2115
|
+
|
2116
|
+
|
2117
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 18:21:51 -0300
|
2118
|
+
Processing by TestController#index as HTML
|
2119
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2120
|
+
[1m[35mModel Load (0.2ms)[0m SELECT "models".* FROM "models" LIMIT 2 OFFSET 0
|
2121
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (94.7ms)
|
2122
|
+
Rendered test/index.html.erb within layouts/application (115.0ms)
|
2123
|
+
Completed 500 Internal Server Error in 171ms
|
2124
|
+
|
2125
|
+
ActionView::Template::Error (undefined local variable or method `pagination' for #<#<Class:0x007fd5d43b9230>:0x007fd5d45d7918>):
|
2126
|
+
1: <% if pagination.has_multiple_pages? %>
|
2127
|
+
2: <div class="pager">
|
2128
|
+
3: <% if pagination.has_first_page? %>
|
2129
|
+
4: <%= link_to t('pager.first'), pagination.first_page_path, class: 'first' %>
|
2130
|
+
app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb___1362965604637567469_70278183326480'
|
2131
|
+
|
2132
|
+
|
2133
|
+
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)
|
2134
|
+
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)
|
2135
|
+
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)
|
2136
|
+
|
2137
|
+
|
2138
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:09 -0300
|
2139
|
+
Processing by TestController#index as HTML
|
2140
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2141
|
+
[1m[35mModel Load (0.2ms)[0m SELECT "models".* FROM "models" LIMIT 2 OFFSET 0
|
2142
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (14.1ms)
|
2143
|
+
Rendered test/index.html.erb within layouts/application (17.1ms)
|
2144
|
+
Completed 500 Internal Server Error in 20ms
|
2145
|
+
|
2146
|
+
ActionView::Template::Error (undefined local variable or method `pagination' for #<#<Class:0x007fd5d43b9230>:0x007fd5d4343670>):
|
2147
|
+
1: <% if pagination.has_multiple_pages? %>
|
2148
|
+
2: <div class="pager">
|
2149
|
+
3: <% if pagination.has_first_page? %>
|
2150
|
+
4: <%= link_to t('pager.first'), pagination.first_page_path, class: 'first' %>
|
2151
|
+
app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb___1362965604637567469_70278183326480'
|
2152
|
+
|
2153
|
+
|
2154
|
+
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)
|
2155
|
+
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)
|
2156
|
+
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)
|
2157
|
+
|
2158
|
+
|
2159
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:17 -0300
|
2160
|
+
Processing by TestController#index as HTML
|
2161
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2162
|
+
[1m[35mModel Load (0.2ms)[0m SELECT "models".* FROM "models" LIMIT 2 OFFSET 0
|
2163
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (14.1ms)
|
2164
|
+
Rendered test/index.html.erb within layouts/application (16.8ms)
|
2165
|
+
Completed 500 Internal Server Error in 20ms
|
2166
|
+
|
2167
|
+
ActionView::Template::Error (undefined local variable or method `pagination' for #<#<Class:0x007fd5d43b9230>:0x007fd5d475b410>):
|
2168
|
+
1: <% if pagination.has_multiple_pages? %>
|
2169
|
+
2: <div class="pager">
|
2170
|
+
3: <% if pagination.has_first_page? %>
|
2171
|
+
4: <%= link_to t('pager.first'), pagination.first_page_path, class: 'first' %>
|
2172
|
+
app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb___1362965604637567469_70278183326480'
|
2173
|
+
|
2174
|
+
|
2175
|
+
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)
|
2176
|
+
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)
|
2177
|
+
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)
|
2178
|
+
Connecting to database specified by database.yml
|
2179
|
+
|
2180
|
+
|
2181
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:26 -0300
|
2182
|
+
Processing by TestController#index as HTML
|
2183
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2184
|
+
[1m[35mModel Load (0.2ms)[0m SELECT "models".* FROM "models" LIMIT 2 OFFSET 0
|
2185
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (56.6ms)
|
2186
|
+
Rendered test/index.html.erb within layouts/application (77.3ms)
|
2187
|
+
Completed 500 Internal Server Error in 136ms
|
2188
|
+
|
2189
|
+
ActionView::Template::Error (undefined method `request' for #<ActionDispatch::Request:0x007ffad2021780>):
|
2190
|
+
10: <% if pagination.is_current_page? page %>
|
2191
|
+
11: <span class="page current"><%= page %></span>
|
2192
|
+
12: <% else %>
|
2193
|
+
13: <%= link_to page, pagination.page_path(page), class: 'page' %>
|
2194
|
+
14: <% end %>
|
2195
|
+
15: <% end %>
|
2196
|
+
16: <% if pagination.has_next_page? %>
|
2197
|
+
app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__3844651493914581697_70357649488840'
|
2198
|
+
|
2199
|
+
|
2200
|
+
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)
|
2201
|
+
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)
|
2202
|
+
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)
|
2203
|
+
Connecting to database specified by database.yml
|
2204
|
+
|
2205
|
+
|
2206
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 18:22:59 -0300
|
2207
|
+
Processing by TestController#index as HTML
|
2208
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2209
|
+
[1m[35mModel Load (0.2ms)[0m SELECT "models".* FROM "models" LIMIT 2 OFFSET 0
|
2210
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (41.7ms)
|
2211
|
+
Rendered test/index.html.erb within layouts/application (55.4ms)
|
2212
|
+
Completed 500 Internal Server Error in 95ms
|
2213
|
+
|
2214
|
+
ActionView::Template::Error (undefined method `request' for #<ActionDispatch::Request:0x007fe21a021580>):
|
2215
|
+
10: <% if pagination.is_current_page? page %>
|
2216
|
+
11: <span class="page current"><%= page %></span>
|
2217
|
+
12: <% else %>
|
2218
|
+
13: <%= link_to page, pagination.page_path(page), class: 'page' %>
|
2219
|
+
14: <% end %>
|
2220
|
+
15: <% end %>
|
2221
|
+
16: <% if pagination.has_next_page? %>
|
2222
|
+
app/views/test/index.html.erb:1:in `_app_views_test_index_html_erb__4310214776151447100_70304556374960'
|
2223
|
+
|
2224
|
+
|
2225
|
+
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)
|
2226
|
+
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)
|
2227
|
+
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)
|
2228
|
+
Connecting to database specified by database.yml
|
2229
|
+
Connecting to database specified by database.yml
|
2230
|
+
|
2231
|
+
|
2232
|
+
Started GET "/" for 127.0.0.1 at 2013-05-23 18:24:40 -0300
|
2233
|
+
Processing by TestController#index as HTML
|
2234
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2235
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (31.7ms)
|
2236
|
+
Rendered test/index.html.erb within layouts/application (47.0ms)
|
2237
|
+
Completed 200 OK in 177ms (Views: 120.9ms | ActiveRecord: 2.5ms)
|
2238
|
+
|
2239
|
+
|
2240
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300
|
2241
|
+
Served asset /jquery.js - 304 Not Modified (35ms)
|
2242
|
+
|
2243
|
+
|
2244
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300
|
2245
|
+
Served asset /application.js - 304 Not Modified (6ms)
|
2246
|
+
|
2247
|
+
|
2248
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300
|
2249
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
2250
|
+
|
2251
|
+
|
2252
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:41 -0300
|
2253
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
2254
|
+
|
2255
|
+
|
2256
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:42 -0300
|
2257
|
+
Processing by TestController#index as HTML
|
2258
|
+
Parameters: {"p"=>"2"}
|
2259
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "models"
|
2260
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms)
|
2261
|
+
Rendered test/index.html.erb within layouts/application (4.5ms)
|
2262
|
+
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.2ms)
|
2263
|
+
|
2264
|
+
|
2265
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300
|
2266
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2267
|
+
|
2268
|
+
|
2269
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300
|
2270
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2271
|
+
|
2272
|
+
|
2273
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300
|
2274
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2275
|
+
|
2276
|
+
|
2277
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:42 -0300
|
2278
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2279
|
+
|
2280
|
+
|
2281
|
+
Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2282
|
+
Processing by TestController#index as HTML
|
2283
|
+
Parameters: {"p"=>"5"}
|
2284
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2285
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2286
|
+
Rendered test/index.html.erb within layouts/application (3.9ms)
|
2287
|
+
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms)
|
2288
|
+
|
2289
|
+
|
2290
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2291
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2292
|
+
|
2293
|
+
|
2294
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2295
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2296
|
+
|
2297
|
+
|
2298
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2299
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2300
|
+
|
2301
|
+
|
2302
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2303
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2304
|
+
|
2305
|
+
|
2306
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2307
|
+
Processing by TestController#index as HTML
|
2308
|
+
Parameters: {"p"=>"1"}
|
2309
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2310
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2311
|
+
Rendered test/index.html.erb within layouts/application (4.0ms)
|
2312
|
+
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms)
|
2313
|
+
|
2314
|
+
|
2315
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2316
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2317
|
+
|
2318
|
+
|
2319
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2320
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2321
|
+
|
2322
|
+
|
2323
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2324
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2325
|
+
|
2326
|
+
|
2327
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:44 -0300
|
2328
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2329
|
+
|
2330
|
+
|
2331
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:45 -0300
|
2332
|
+
Processing by TestController#index as HTML
|
2333
|
+
Parameters: {"p"=>"2"}
|
2334
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2335
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms)
|
2336
|
+
Rendered test/index.html.erb within layouts/application (4.7ms)
|
2337
|
+
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.2ms)
|
2338
|
+
|
2339
|
+
|
2340
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300
|
2341
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2342
|
+
|
2343
|
+
|
2344
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300
|
2345
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2346
|
+
|
2347
|
+
|
2348
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300
|
2349
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2350
|
+
|
2351
|
+
|
2352
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:45 -0300
|
2353
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2354
|
+
|
2355
|
+
|
2356
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2357
|
+
Processing by TestController#index as HTML
|
2358
|
+
Parameters: {"p"=>"1"}
|
2359
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2360
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.4ms)
|
2361
|
+
Rendered test/index.html.erb within layouts/application (4.4ms)
|
2362
|
+
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
|
2363
|
+
|
2364
|
+
|
2365
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2366
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2367
|
+
|
2368
|
+
|
2369
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2370
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2371
|
+
|
2372
|
+
|
2373
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2374
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2375
|
+
|
2376
|
+
|
2377
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2378
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2379
|
+
|
2380
|
+
|
2381
|
+
Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2382
|
+
Processing by TestController#index as HTML
|
2383
|
+
Parameters: {"p"=>"5"}
|
2384
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2385
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2386
|
+
Rendered test/index.html.erb within layouts/application (4.5ms)
|
2387
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
|
2388
|
+
|
2389
|
+
|
2390
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2391
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2392
|
+
|
2393
|
+
|
2394
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2395
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2396
|
+
|
2397
|
+
|
2398
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2399
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2400
|
+
|
2401
|
+
|
2402
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:46 -0300
|
2403
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2404
|
+
|
2405
|
+
|
2406
|
+
Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:24:47 -0300
|
2407
|
+
Processing by TestController#index as HTML
|
2408
|
+
Parameters: {"p"=>"4"}
|
2409
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2410
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms)
|
2411
|
+
Rendered test/index.html.erb within layouts/application (4.6ms)
|
2412
|
+
Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms)
|
2413
|
+
|
2414
|
+
|
2415
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300
|
2416
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2417
|
+
|
2418
|
+
|
2419
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300
|
2420
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2421
|
+
|
2422
|
+
|
2423
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300
|
2424
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2425
|
+
|
2426
|
+
|
2427
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:47 -0300
|
2428
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2429
|
+
|
2430
|
+
|
2431
|
+
Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:48 -0300
|
2432
|
+
Processing by TestController#index as HTML
|
2433
|
+
Parameters: {"p"=>"3"}
|
2434
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2435
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms)
|
2436
|
+
Rendered test/index.html.erb within layouts/application (5.2ms)
|
2437
|
+
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms)
|
2438
|
+
|
2439
|
+
|
2440
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300
|
2441
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2442
|
+
|
2443
|
+
|
2444
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300
|
2445
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2446
|
+
|
2447
|
+
|
2448
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300
|
2449
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2450
|
+
|
2451
|
+
|
2452
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:48 -0300
|
2453
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2454
|
+
|
2455
|
+
|
2456
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2457
|
+
Processing by TestController#index as HTML
|
2458
|
+
Parameters: {"p"=>"2"}
|
2459
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "models"
|
2460
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms)
|
2461
|
+
Rendered test/index.html.erb within layouts/application (4.5ms)
|
2462
|
+
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms)
|
2463
|
+
|
2464
|
+
|
2465
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2466
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2467
|
+
|
2468
|
+
|
2469
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2470
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2471
|
+
|
2472
|
+
|
2473
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2474
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2475
|
+
|
2476
|
+
|
2477
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2478
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2479
|
+
|
2480
|
+
|
2481
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2482
|
+
Processing by TestController#index as HTML
|
2483
|
+
Parameters: {"p"=>"1"}
|
2484
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2485
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2486
|
+
Rendered test/index.html.erb within layouts/application (4.0ms)
|
2487
|
+
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.1ms)
|
2488
|
+
|
2489
|
+
|
2490
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2491
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2492
|
+
|
2493
|
+
|
2494
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2495
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2496
|
+
|
2497
|
+
|
2498
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2499
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2500
|
+
|
2501
|
+
|
2502
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:49 -0300
|
2503
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2504
|
+
|
2505
|
+
|
2506
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:50 -0300
|
2507
|
+
Processing by TestController#index as HTML
|
2508
|
+
Parameters: {"p"=>"2"}
|
2509
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2510
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms)
|
2511
|
+
Rendered test/index.html.erb within layouts/application (4.6ms)
|
2512
|
+
Completed 200 OK in 40ms (Views: 9.8ms | ActiveRecord: 0.1ms)
|
2513
|
+
|
2514
|
+
|
2515
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300
|
2516
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2517
|
+
|
2518
|
+
|
2519
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300
|
2520
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2521
|
+
|
2522
|
+
|
2523
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300
|
2524
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2525
|
+
|
2526
|
+
|
2527
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:50 -0300
|
2528
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2529
|
+
|
2530
|
+
|
2531
|
+
Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:51 -0300
|
2532
|
+
Processing by TestController#index as HTML
|
2533
|
+
Parameters: {"p"=>"3"}
|
2534
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2535
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms)
|
2536
|
+
Rendered test/index.html.erb within layouts/application (4.4ms)
|
2537
|
+
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms)
|
2538
|
+
|
2539
|
+
|
2540
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300
|
2541
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2542
|
+
|
2543
|
+
|
2544
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300
|
2545
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2546
|
+
|
2547
|
+
|
2548
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300
|
2549
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2550
|
+
|
2551
|
+
|
2552
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:51 -0300
|
2553
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2554
|
+
|
2555
|
+
|
2556
|
+
Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2557
|
+
Processing by TestController#index as HTML
|
2558
|
+
Parameters: {"p"=>"4"}
|
2559
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2560
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms)
|
2561
|
+
Rendered test/index.html.erb within layouts/application (4.6ms)
|
2562
|
+
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms)
|
2563
|
+
|
2564
|
+
|
2565
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2566
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2567
|
+
|
2568
|
+
|
2569
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2570
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2571
|
+
|
2572
|
+
|
2573
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2574
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2575
|
+
|
2576
|
+
|
2577
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2578
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2579
|
+
|
2580
|
+
|
2581
|
+
Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2582
|
+
Processing by TestController#index as HTML
|
2583
|
+
Parameters: {"p"=>"5"}
|
2584
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2585
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.1ms)
|
2586
|
+
Rendered test/index.html.erb within layouts/application (3.8ms)
|
2587
|
+
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
|
2588
|
+
|
2589
|
+
|
2590
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2591
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2592
|
+
|
2593
|
+
|
2594
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2595
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2596
|
+
|
2597
|
+
|
2598
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2599
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2600
|
+
|
2601
|
+
|
2602
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:52 -0300
|
2603
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2604
|
+
|
2605
|
+
|
2606
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300
|
2607
|
+
Processing by TestController#index as HTML
|
2608
|
+
Parameters: {"p"=>"1"}
|
2609
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "models"
|
2610
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2611
|
+
Rendered test/index.html.erb within layouts/application (4.2ms)
|
2612
|
+
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms)
|
2613
|
+
|
2614
|
+
|
2615
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300
|
2616
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2617
|
+
|
2618
|
+
|
2619
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300
|
2620
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2621
|
+
|
2622
|
+
|
2623
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300
|
2624
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2625
|
+
|
2626
|
+
|
2627
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:54 -0300
|
2628
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2629
|
+
|
2630
|
+
|
2631
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:55 -0300
|
2632
|
+
Processing by TestController#index as HTML
|
2633
|
+
Parameters: {"p"=>"2"}
|
2634
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2635
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms)
|
2636
|
+
Rendered test/index.html.erb within layouts/application (5.1ms)
|
2637
|
+
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)
|
2638
|
+
|
2639
|
+
|
2640
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300
|
2641
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2642
|
+
|
2643
|
+
|
2644
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300
|
2645
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2646
|
+
|
2647
|
+
|
2648
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300
|
2649
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2650
|
+
|
2651
|
+
|
2652
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:55 -0300
|
2653
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2654
|
+
|
2655
|
+
|
2656
|
+
Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:56 -0300
|
2657
|
+
Processing by TestController#index as HTML
|
2658
|
+
Parameters: {"p"=>"3"}
|
2659
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2660
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.5ms)
|
2661
|
+
Rendered test/index.html.erb within layouts/application (4.4ms)
|
2662
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
|
2663
|
+
|
2664
|
+
|
2665
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300
|
2666
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2667
|
+
|
2668
|
+
|
2669
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300
|
2670
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2671
|
+
|
2672
|
+
|
2673
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300
|
2674
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2675
|
+
|
2676
|
+
|
2677
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:56 -0300
|
2678
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2679
|
+
|
2680
|
+
|
2681
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:24:57 -0300
|
2682
|
+
Processing by TestController#index as HTML
|
2683
|
+
Parameters: {"p"=>"2"}
|
2684
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2685
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms)
|
2686
|
+
Rendered test/index.html.erb within layouts/application (4.9ms)
|
2687
|
+
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms)
|
2688
|
+
|
2689
|
+
|
2690
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300
|
2691
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2692
|
+
|
2693
|
+
|
2694
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300
|
2695
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2696
|
+
|
2697
|
+
|
2698
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300
|
2699
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2700
|
+
|
2701
|
+
|
2702
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:57 -0300
|
2703
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2704
|
+
|
2705
|
+
|
2706
|
+
Started GET "/?p=3" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2707
|
+
Processing by TestController#index as HTML
|
2708
|
+
Parameters: {"p"=>"3"}
|
2709
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2710
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms)
|
2711
|
+
Rendered test/index.html.erb within layouts/application (4.6ms)
|
2712
|
+
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
|
2713
|
+
|
2714
|
+
|
2715
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2716
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2717
|
+
|
2718
|
+
|
2719
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2720
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2721
|
+
|
2722
|
+
|
2723
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2724
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2725
|
+
|
2726
|
+
|
2727
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2728
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2729
|
+
|
2730
|
+
|
2731
|
+
Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2732
|
+
Processing by TestController#index as HTML
|
2733
|
+
Parameters: {"p"=>"4"}
|
2734
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2735
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms)
|
2736
|
+
Rendered test/index.html.erb within layouts/application (5.0ms)
|
2737
|
+
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.2ms)
|
2738
|
+
|
2739
|
+
|
2740
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2741
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2742
|
+
|
2743
|
+
|
2744
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2745
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2746
|
+
|
2747
|
+
|
2748
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2749
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2750
|
+
|
2751
|
+
|
2752
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:24:59 -0300
|
2753
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2754
|
+
Connecting to database specified by database.yml
|
2755
|
+
|
2756
|
+
|
2757
|
+
Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:31:37 -0300
|
2758
|
+
Processing by TestController#index as HTML
|
2759
|
+
Parameters: {"p"=>"4"}
|
2760
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2761
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (10.4ms)
|
2762
|
+
Rendered test/index.html.erb within layouts/application (24.2ms)
|
2763
|
+
Completed 200 OK in 103ms (Views: 74.1ms | ActiveRecord: 2.4ms)
|
2764
|
+
|
2765
|
+
|
2766
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300
|
2767
|
+
Served asset /jquery.js - 304 Not Modified (8ms)
|
2768
|
+
|
2769
|
+
|
2770
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300
|
2771
|
+
Served asset /application.js - 304 Not Modified (6ms)
|
2772
|
+
|
2773
|
+
|
2774
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300
|
2775
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
2776
|
+
|
2777
|
+
|
2778
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:37 -0300
|
2779
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
2780
|
+
|
2781
|
+
|
2782
|
+
Started GET "/?p=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300
|
2783
|
+
Processing by TestController#index as HTML
|
2784
|
+
Parameters: {"p"=>"1"}
|
2785
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2786
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2787
|
+
Rendered test/index.html.erb within layouts/application (4.2ms)
|
2788
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms)
|
2789
|
+
|
2790
|
+
|
2791
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300
|
2792
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2793
|
+
|
2794
|
+
|
2795
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300
|
2796
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2797
|
+
|
2798
|
+
|
2799
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300
|
2800
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2801
|
+
|
2802
|
+
|
2803
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:38 -0300
|
2804
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2805
|
+
|
2806
|
+
|
2807
|
+
Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:31:39 -0300
|
2808
|
+
Processing by TestController#index as HTML
|
2809
|
+
Parameters: {"p"=>"5"}
|
2810
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2811
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.2ms)
|
2812
|
+
Rendered test/index.html.erb within layouts/application (4.3ms)
|
2813
|
+
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
|
2814
|
+
|
2815
|
+
|
2816
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300
|
2817
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2818
|
+
|
2819
|
+
|
2820
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300
|
2821
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2822
|
+
|
2823
|
+
|
2824
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300
|
2825
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2826
|
+
|
2827
|
+
|
2828
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:39 -0300
|
2829
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2830
|
+
|
2831
|
+
|
2832
|
+
Started GET "/?p=4" for 127.0.0.1 at 2013-05-23 18:31:40 -0300
|
2833
|
+
Processing by TestController#index as HTML
|
2834
|
+
Parameters: {"p"=>"4"}
|
2835
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2836
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.7ms)
|
2837
|
+
Rendered test/index.html.erb within layouts/application (4.6ms)
|
2838
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
|
2839
|
+
|
2840
|
+
|
2841
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300
|
2842
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2843
|
+
|
2844
|
+
|
2845
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300
|
2846
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2847
|
+
|
2848
|
+
|
2849
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300
|
2850
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2851
|
+
|
2852
|
+
|
2853
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:40 -0300
|
2854
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2855
|
+
|
2856
|
+
|
2857
|
+
Started GET "/?p=5" for 127.0.0.1 at 2013-05-23 18:31:41 -0300
|
2858
|
+
Processing by TestController#index as HTML
|
2859
|
+
Parameters: {"p"=>"5"}
|
2860
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "models" [0m
|
2861
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.1ms)
|
2862
|
+
Rendered test/index.html.erb within layouts/application (4.2ms)
|
2863
|
+
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.2ms)
|
2864
|
+
|
2865
|
+
|
2866
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300
|
2867
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2868
|
+
|
2869
|
+
|
2870
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300
|
2871
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2872
|
+
|
2873
|
+
|
2874
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300
|
2875
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2876
|
+
|
2877
|
+
|
2878
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:41 -0300
|
2879
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2880
|
+
|
2881
|
+
|
2882
|
+
Started GET "/?p=2" for 127.0.0.1 at 2013-05-23 18:31:42 -0300
|
2883
|
+
Processing by TestController#index as HTML
|
2884
|
+
Parameters: {"p"=>"2"}
|
2885
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "models"
|
2886
|
+
Rendered /Users/Matt/Documents/Mattways/Emprendimientos/Rails/rails_pagination/app/views/rails_pagination/_pager.html.erb (1.6ms)
|
2887
|
+
Rendered test/index.html.erb within layouts/application (4.5ms)
|
2888
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
|
2889
|
+
|
2890
|
+
|
2891
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300
|
2892
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2893
|
+
|
2894
|
+
|
2895
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300
|
2896
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
2897
|
+
|
2898
|
+
|
2899
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300
|
2900
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
2901
|
+
|
2902
|
+
|
2903
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-05-23 18:31:42 -0300
|
2904
|
+
Served asset /application.js - 304 Not Modified (0ms)
|