sql_pager 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@ module SqlPager
18
18
  end
19
19
 
20
20
  ActionController::Base.send(:include, SqlPager::ControllerHelper)
21
+ ActionMailer::Base.send(:include, SqlPager::ControllerHelper)
21
22
 
22
23
  require 'sql_pager/railtie'
23
24
 
@@ -1,3 +1,3 @@
1
1
  module SqlPager
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -2134,3 +2134,60 @@ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.3ms)
2134
2134
   (0.0ms) rollback transaction
2135
2135
   (0.0ms) begin transaction
2136
2136
   (0.0ms) rollback transaction
2137
+  (0.3ms) begin transaction
2138
+  (0.1ms) rollback transaction
2139
+  (0.0ms) begin transaction
2140
+  (0.0ms) SAVEPOINT active_record_1
2141
+ SQL (6.1ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2142
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2143
+  (0.0ms) SAVEPOINT active_record_1
2144
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2146
+
2147
+
2148
+ Started GET "/posts" for 127.0.0.1 at 2012-04-24 18:25:51 +0200
2149
+ Processing by PagesController#show as HTML
2150
+ Parameters: {"page"=>"posts"}
2151
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2152
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2153
+ Rendered Page - 2 - "posts" within layouts/application (2.4ms)
2154
+ Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.4ms)
2155
+  (0.6ms) rollback transaction
2156
+  (0.0ms) begin transaction
2157
+  (0.0ms) SAVEPOINT active_record_1
2158
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2160
+  (0.0ms) SAVEPOINT active_record_1
2161
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2163
+
2164
+
2165
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-24 18:25:51 +0200
2166
+ Processing by PagesController#show as HTML
2167
+ Parameters: {"page"=>"posts/index"}
2168
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2169
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2170
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.3ms)
2171
+  (0.7ms) rollback transaction
2172
+  (0.0ms) begin transaction
2173
+  (0.0ms) SAVEPOINT active_record_1
2174
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2176
+  (0.0ms) SAVEPOINT active_record_1
2177
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2178
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2179
+  (0.5ms) rollback transaction
2180
+  (0.0ms) begin transaction
2181
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2182
+  (0.0ms) SAVEPOINT active_record_1
2183
+ SQL (0.2ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Tue, 24 Apr 2012 16:25:51 UTC +00:00]]
2184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2185
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2186
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2187
+  (0.6ms) rollback transaction
2188
+  (0.0ms) begin transaction
2189
+  (0.0ms) rollback transaction
2190
+  (0.0ms) begin transaction
2191
+  (0.0ms) rollback transaction
2192
+  (0.0ms) begin transaction
2193
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql_pager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-23 00:00:00.000000000 Z
12
+ date: 2012-04-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  segments:
163
163
  - 0
164
- hash: 533125148854135074
164
+ hash: 588872532989165541
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  none: false
167
167
  requirements:
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  version: '0'
171
171
  segments:
172
172
  - 0
173
- hash: 533125148854135074
173
+ hash: 588872532989165541
174
174
  requirements: []
175
175
  rubyforge_project:
176
176
  rubygems_version: 1.8.19