active_blog 0.0.2 → 0.5.0

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.
Files changed (41) hide show
  1. data/README.markdown +11 -1
  2. data/app/assets/javascripts/active_blog/active_admin.js +23 -0
  3. data/app/assets/stylesheets/active_blog/active_admin.css.scss +21 -0
  4. data/app/assets/stylesheets/active_blog/application.css +2 -1
  5. data/app/assets/stylesheets/active_blog/blog_posts.css +8 -0
  6. data/app/controllers/active_blog/blog_posts_controller.rb +33 -2
  7. data/app/helpers/active_blog/application_helper.rb +27 -4
  8. data/app/helpers/active_blog/blog_posts_helper.rb +27 -1
  9. data/app/models/active_blog/blog_post.rb +30 -38
  10. data/app/views/active_blog/active_admin/_blog_post_form.html.erb +16 -0
  11. data/app/views/active_blog/active_admin/_blog_post_show.html.erb +18 -0
  12. data/app/views/active_blog/active_admin/_show.html.erb +2 -0
  13. data/app/views/active_blog/blog_posts/_blog_post.html.erb +32 -0
  14. data/app/views/active_blog/blog_posts/_blog_post_schema.html.erb +5 -0
  15. data/app/views/active_blog/blog_posts/_sidebar.html.erb +11 -0
  16. data/app/views/active_blog/blog_posts/archives.html.erb +12 -0
  17. data/app/views/active_blog/blog_posts/atom.xml.builder +21 -0
  18. data/app/views/active_blog/blog_posts/index.html.erb +18 -13
  19. data/app/views/active_blog/blog_posts/preview.js.erb +1 -0
  20. data/app/views/active_blog/blog_posts/show.html.erb +7 -10
  21. data/db/migrate/20111116040223_create_active_blog_blog_posts.rb +3 -2
  22. data/lib/active_blog/ext/string.rb +39 -0
  23. data/lib/active_blog/mapper.rb +13 -2
  24. data/lib/active_blog/version.rb +1 -1
  25. data/lib/active_blog.rb +25 -4
  26. data/lib/generators/active_blog/install/install_generator.rb +4 -0
  27. data/lib/generators/active_blog/install/templates/README +17 -0
  28. data/lib/generators/active_blog/install/templates/active_blog.rb +18 -3
  29. data/lib/generators/active_blog/install/templates/blog_posts.rb +3 -8
  30. data/test/dummy/config/application.rb +1 -0
  31. data/test/dummy/config/routes.rb +2 -0
  32. data/test/dummy/db/development.sqlite3 +0 -0
  33. data/test/dummy/db/schema.rb +5 -1
  34. data/test/dummy/db/test.sqlite3 +0 -0
  35. data/test/dummy/log/development.log +74 -0
  36. data/test/dummy/log/test.log +1252 -0
  37. data/test/functional/active_blog/blog_posts_controller_test.rb +9 -9
  38. data/test/functional/active_blog/routing_test.rb +25 -0
  39. data/test/unit/active_blog/blog_post_test.rb +32 -3
  40. data/test/unit/active_blog/sample_renderer_test.rb +22 -0
  41. metadata +40 -14
@@ -0,0 +1,1252 @@
1
+  (0.1ms) SAVEPOINT active_record_1
2
+ SQL (4.9ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:17:39 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:17:39 UTC +00:00]]
3
+  (0.1ms) RELEASE SAVEPOINT active_record_1
4
+  (0.1ms) SAVEPOINT active_record_1
5
+ SQL (2.8ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:17:52 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:17:52 UTC +00:00]]
6
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7
+  (0.0ms) SAVEPOINT active_record_1
8
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:18:07 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:18:07 UTC +00:00]]
9
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10
+  (0.1ms) SAVEPOINT active_record_1
11
+ SQL (2.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:18:59 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:18:59 UTC +00:00]]
12
+  (0.0ms) RELEASE SAVEPOINT active_record_1
13
+ Processing by ActiveBlog::BlogPostsController#index as HTML
14
+  (0.2ms) SELECT COUNT(*) FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:18:59.399987' AND draft = 'f')
15
+ ActiveBlog::BlogPost Load (0.2ms) SELECT "active_blog_blog_posts".* FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:18:59.399987' AND draft = 'f') ORDER BY published_at DESC LIMIT 5
16
+ ActiveBlog::BlogPost Load (0.1ms) SELECT "active_blog_blog_posts".* FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:18:59.399987' AND draft = 'f') ORDER BY published_at DESC
17
+ Rendered /Users/mchung/Dropbox/workspace/active_blog/app/views/active_blog/blog_posts/index.html.erb within layouts/application (32.6ms)
18
+ Completed 500 Internal Server Error in 67ms
19
+  (0.1ms) SAVEPOINT active_record_1
20
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:19:48 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:19:48 UTC +00:00]]
21
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22
+ Processing by ActiveBlog::BlogPostsController#index as HTML
23
+  (0.2ms) SELECT COUNT(*) FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:19:47.863625' AND draft = 'f')
24
+ ActiveBlog::BlogPost Load (0.2ms) SELECT "active_blog_blog_posts".* FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:19:47.863625' AND draft = 'f') ORDER BY published_at DESC LIMIT 5
25
+ ActiveBlog::BlogPost Load (0.1ms) SELECT "active_blog_blog_posts".* FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:19:47.863625' AND draft = 'f') ORDER BY published_at DESC
26
+ Rendered /Users/mchung/Dropbox/workspace/active_blog/app/views/active_blog/blog_posts/index.html.erb within layouts/application (47.5ms)
27
+ Completed 500 Internal Server Error in 86ms
28
+  (0.1ms) SAVEPOINT active_record_1
29
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:22:06 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:22:06 UTC +00:00]]
30
+  (0.0ms) RELEASE SAVEPOINT active_record_1
31
+  (0.0ms) SAVEPOINT active_record_1
32
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "what-is-the-meaning-of-life"], ["created_at", Sun, 20 Nov 2011 20:22:06 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "-What is the meaning of life?"], ["updated_at", Sun, 20 Nov 2011 20:22:06 UTC +00:00]]
33
+  (0.0ms) RELEASE SAVEPOINT active_record_1
34
+  (0.1ms) SAVEPOINT active_record_1
35
+ SQL (3.8ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:22:25 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:22:25 UTC +00:00]]
36
+  (0.1ms) RELEASE SAVEPOINT active_record_1
37
+  (0.0ms) SAVEPOINT active_record_1
38
+ SQL (0.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "what-is-the-meaning-of-life"], ["created_at", Sun, 20 Nov 2011 20:22:25 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "-What is the meaning of life?"], ["updated_at", Sun, 20 Nov 2011 20:22:25 UTC +00:00]]
39
+  (0.0ms) RELEASE SAVEPOINT active_record_1
40
+  (0.1ms) SAVEPOINT active_record_1
41
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:22:42 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:22:42 UTC +00:00]]
42
+  (0.0ms) RELEASE SAVEPOINT active_record_1
43
+  (0.0ms) SAVEPOINT active_record_1
44
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "what-is-the-meaning-of-life"], ["created_at", Sun, 20 Nov 2011 20:22:42 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "-What is the meaning of life?"], ["updated_at", Sun, 20 Nov 2011 20:22:42 UTC +00:00]]
45
+  (0.0ms) RELEASE SAVEPOINT active_record_1
46
+  (0.1ms) SAVEPOINT active_record_1
47
+ SQL (2.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:23:16 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:23:16 UTC +00:00]]
48
+  (0.0ms) RELEASE SAVEPOINT active_record_1
49
+  (0.0ms) SAVEPOINT active_record_1
50
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "what-is-the-meaning-of-life"], ["created_at", Sun, 20 Nov 2011 20:23:16 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "-What is the meaning of life?"], ["updated_at", Sun, 20 Nov 2011 20:23:16 UTC +00:00]]
51
+  (0.0ms) RELEASE SAVEPOINT active_record_1
52
+  (0.1ms) SAVEPOINT active_record_1
53
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
54
+  (0.0ms) SAVEPOINT active_record_1
55
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
56
+  (0.1ms) SAVEPOINT active_record_1
57
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
58
+  (0.0ms) SAVEPOINT active_record_1
59
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
60
+  (0.0ms) SAVEPOINT active_record_1
61
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:35:43 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:35:43 UTC +00:00]]
62
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63
+  (0.0ms) SAVEPOINT active_record_1
64
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
65
+  (0.1ms) SAVEPOINT active_record_1
66
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:38:57 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:38:57 UTC +00:00]]
67
+  (0.1ms) RELEASE SAVEPOINT active_record_1
68
+  (0.0ms) SAVEPOINT active_record_1
69
+ SQL (21.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:38:57 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:38:57 UTC +00:00]]
70
+  (0.1ms) RELEASE SAVEPOINT active_record_1
71
+  (0.0ms) SAVEPOINT active_record_1
72
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
73
+  (0.0ms) SAVEPOINT active_record_1
74
+ SQL (2.8ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:39:08 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:39:08 UTC +00:00]]
75
+  (0.0ms) RELEASE SAVEPOINT active_record_1
76
+  (0.0ms) SAVEPOINT active_record_1
77
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:39:08 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:39:08 UTC +00:00]]
78
+  (0.0ms) RELEASE SAVEPOINT active_record_1
79
+  (0.0ms) SAVEPOINT active_record_1
80
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
81
+  (0.1ms) SAVEPOINT active_record_1
82
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:39:21 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:39:21 UTC +00:00]]
83
+  (0.0ms) RELEASE SAVEPOINT active_record_1
84
+  (0.0ms) SAVEPOINT active_record_1
85
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:39:21 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:39:21 UTC +00:00]]
86
+  (0.0ms) RELEASE SAVEPOINT active_record_1
87
+  (0.0ms) SAVEPOINT active_record_1
88
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
89
+  (0.1ms) SAVEPOINT active_record_1
90
+ SQL (2.8ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:40:00 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:40:00 UTC +00:00]]
91
+  (0.1ms) RELEASE SAVEPOINT active_record_1
92
+  (0.0ms) SAVEPOINT active_record_1
93
+ SQL (19.3ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:40:00 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:40:00 UTC +00:00]]
94
+  (0.0ms) RELEASE SAVEPOINT active_record_1
95
+  (0.0ms) SAVEPOINT active_record_1
96
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
97
+  (0.1ms) SAVEPOINT active_record_1
98
+ SQL (2.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:40:25 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:40:25 UTC +00:00]]
99
+  (0.0ms) RELEASE SAVEPOINT active_record_1
100
+  (0.0ms) SAVEPOINT active_record_1
101
+ SQL (19.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:40:25 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:40:25 UTC +00:00]]
102
+  (0.1ms) RELEASE SAVEPOINT active_record_1
103
+  (0.0ms) SAVEPOINT active_record_1
104
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
105
+  (0.1ms) SAVEPOINT active_record_1
106
+ SQL (3.1ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:40:48 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:40:48 UTC +00:00]]
107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
108
+  (0.0ms) SAVEPOINT active_record_1
109
+ SQL (19.7ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:40:48 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:40:48 UTC +00:00]]
110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
111
+  (0.0ms) SAVEPOINT active_record_1
112
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
113
+  (0.1ms) SAVEPOINT active_record_1
114
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:41:06 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:41:06 UTC +00:00]]
115
+  (0.0ms) RELEASE SAVEPOINT active_record_1
116
+  (0.0ms) SAVEPOINT active_record_1
117
+ SQL (19.9ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:41:06 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:41:06 UTC +00:00]]
118
+  (0.1ms) RELEASE SAVEPOINT active_record_1
119
+  (0.0ms) SAVEPOINT active_record_1
120
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
121
+  (0.1ms) SAVEPOINT active_record_1
122
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:41:14 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:41:14 UTC +00:00]]
123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
124
+  (0.0ms) SAVEPOINT active_record_1
125
+ SQL (20.1ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:41:14 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:41:14 UTC +00:00]]
126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
127
+  (0.0ms) SAVEPOINT active_record_1
128
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
129
+  (0.1ms) SAVEPOINT active_record_1
130
+ SQL (2.3ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:41:38 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:41:38 UTC +00:00]]
131
+  (0.0ms) RELEASE SAVEPOINT active_record_1
132
+  (0.0ms) SAVEPOINT active_record_1
133
+  (0.2ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "cached_slug" = 'yet-another-title', "updated_at" = '2011-11-20 20:41:38.545348' WHERE "active_blog_blog_posts"."id" = 1
134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
135
+  (0.0ms) SAVEPOINT active_record_1
136
+ SQL (21.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:41:38 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:41:38 UTC +00:00]]
137
+  (0.1ms) RELEASE SAVEPOINT active_record_1
138
+  (0.0ms) SAVEPOINT active_record_1
139
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
140
+  (0.1ms) SAVEPOINT active_record_1
141
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
142
+  (0.0ms) SAVEPOINT active_record_1
143
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
144
+  (0.0ms) SAVEPOINT active_record_1
145
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
146
+  (0.1ms) SAVEPOINT active_record_1
147
+ SQL (2.3ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:43:32 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:43:32 UTC +00:00]]
148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
149
+  (0.0ms) SAVEPOINT active_record_1
150
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 20:43:32.781822' WHERE "active_blog_blog_posts"."id" = 1
151
+  (0.0ms) RELEASE SAVEPOINT active_record_1
152
+  (0.0ms) SAVEPOINT active_record_1
153
+ SQL (20.3ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:43:32 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:43:32 UTC +00:00]]
154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
155
+  (0.0ms) SAVEPOINT active_record_1
156
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
157
+  (0.0ms) SAVEPOINT active_record_1
158
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:43:44 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:43:44 UTC +00:00]]
159
+  (0.0ms) RELEASE SAVEPOINT active_record_1
160
+  (0.0ms) SAVEPOINT active_record_1
161
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 20:43:44.376101' WHERE "active_blog_blog_posts"."id" = 1
162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
163
+  (0.0ms) SAVEPOINT active_record_1
164
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:43:44 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:43:44 UTC +00:00]]
165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
166
+  (0.0ms) SAVEPOINT active_record_1
167
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
168
+  (0.0ms) SAVEPOINT active_record_1
169
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
170
+  (0.0ms) SAVEPOINT active_record_1
171
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
172
+  (0.0ms) SAVEPOINT active_record_1
173
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
174
+  (0.0ms) SAVEPOINT active_record_1
175
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
176
+  (0.0ms) SAVEPOINT active_record_1
177
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
178
+  (0.0ms) SAVEPOINT active_record_1
179
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
180
+  (0.0ms) SAVEPOINT active_record_1
181
+ SQL (2.7ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:49:06 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:49:06 UTC +00:00]]
182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
183
+  (0.0ms) SAVEPOINT active_record_1
184
+  (0.2ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 20:49:06.862557' WHERE "active_blog_blog_posts"."id" = 1
185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
186
+  (0.0ms) SAVEPOINT active_record_1
187
+ SQL (0.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:49:06 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:49:06 UTC +00:00]]
188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
189
+  (0.0ms) SAVEPOINT active_record_1
190
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
191
+  (0.1ms) SAVEPOINT active_record_1
192
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:51:45 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:51:45 UTC +00:00]]
193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
194
+  (0.0ms) SAVEPOINT active_record_1
195
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 20:51:45.178433' WHERE "active_blog_blog_posts"."id" = 1
196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
197
+  (0.0ms) SAVEPOINT active_record_1
198
+ SQL (0.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:51:45 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:51:45 UTC +00:00]]
199
+  (0.0ms) RELEASE SAVEPOINT active_record_1
200
+  (0.0ms) SAVEPOINT active_record_1
201
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
202
+  (0.1ms) SAVEPOINT active_record_1
203
+ SQL (3.0ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:54:40 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:54:40 UTC +00:00]]
204
+  (0.1ms) RELEASE SAVEPOINT active_record_1
205
+  (0.0ms) SAVEPOINT active_record_1
206
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 20:54:40.171927' WHERE "active_blog_blog_posts"."id" = 1
207
+  (0.0ms) RELEASE SAVEPOINT active_record_1
208
+  (0.0ms) SAVEPOINT active_record_1
209
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 20:54:40 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 20:54:40 UTC +00:00]]
210
+  (0.0ms) RELEASE SAVEPOINT active_record_1
211
+  (0.0ms) SAVEPOINT active_record_1
212
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
213
+ Processing by ActiveBlog::BlogPostsController#index as HTML
214
+  (0.2ms) SELECT COUNT(*) FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:54:39.556658' AND draft = 'f')
215
+ ActiveBlog::BlogPost Load (0.2ms) SELECT "active_blog_blog_posts".* FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:54:39.556658' AND draft = 'f') ORDER BY published_at DESC LIMIT 5
216
+ ActiveBlog::BlogPost Load (0.1ms) SELECT "active_blog_blog_posts".* FROM "active_blog_blog_posts" WHERE (published_at < '2011-11-20 20:54:39.556658' AND draft = 'f') ORDER BY published_at DESC
217
+ Rendered /Users/mchung/Dropbox/workspace/active_blog/app/views/active_blog/blog_posts/index.html.erb within layouts/application (47.2ms)
218
+ Completed 500 Internal Server Error in 85ms
219
+  (0.0ms) SAVEPOINT active_record_1
220
+ SQL (5.2ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:54:27 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", Sun, 20 Nov 2011 22:54:27 UTC +00:00], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:54:27 UTC +00:00]]
221
+  (0.1ms) RELEASE SAVEPOINT active_record_1
222
+  (0.0ms) SAVEPOINT active_record_1
223
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 22:54:27.316170' WHERE "active_blog_blog_posts"."id" = 1
224
+  (0.0ms) RELEASE SAVEPOINT active_record_1
225
+  (0.0ms) SAVEPOINT active_record_1
226
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:54:27 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", Sun, 20 Nov 2011 22:54:27 UTC +00:00], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:54:27 UTC +00:00]]
227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
228
+  (0.0ms) SAVEPOINT active_record_1
229
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
230
+  (0.0ms) SAVEPOINT active_record_1
231
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:54:40 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", Sun, 20 Nov 2011 22:54:40 UTC +00:00], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:54:40 UTC +00:00]]
232
+  (0.0ms) RELEASE SAVEPOINT active_record_1
233
+  (0.0ms) SAVEPOINT active_record_1
234
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 22:54:40.123337' WHERE "active_blog_blog_posts"."id" = 1
235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
236
+  (0.0ms) SAVEPOINT active_record_1
237
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:54:40 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", Sun, 20 Nov 2011 22:54:40 UTC +00:00], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:54:40 UTC +00:00]]
238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
239
+  (0.0ms) SAVEPOINT active_record_1
240
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
241
+  (0.0ms) SAVEPOINT active_record_1
242
+ SQL (2.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:54:57 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:54:57 UTC +00:00]]
243
+  (0.0ms) RELEASE SAVEPOINT active_record_1
244
+  (0.0ms) SAVEPOINT active_record_1
245
+  (0.2ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 22:54:57.849180' WHERE "active_blog_blog_posts"."id" = 1
246
+  (0.0ms) RELEASE SAVEPOINT active_record_1
247
+  (0.0ms) SAVEPOINT active_record_1
248
+ SQL (0.6ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:54:57 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", nil], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:54:57 UTC +00:00]]
249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
250
+  (0.0ms) SAVEPOINT active_record_1
251
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
252
+  (0.0ms) SAVEPOINT active_record_1
253
+ SQL (2.4ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:55:05 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", Sun, 20 Nov 2011 22:55:05 UTC +00:00], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:55:05 UTC +00:00]]
254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
255
+  (0.0ms) SAVEPOINT active_record_1
256
+  (0.3ms) UPDATE "active_blog_blog_posts" SET "title" = 'Yet another title', "updated_at" = '2011-11-20 22:55:05.831493' WHERE "active_blog_blog_posts"."id" = 1
257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
258
+  (0.0ms) SAVEPOINT active_record_1
259
+ SQL (0.5ms) INSERT INTO "active_blog_blog_posts" ("body", "cached_slug", "created_at", "custom_url", "draft", "published_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", nil], ["cached_slug", "the-title-is-great"], ["created_at", Sun, 20 Nov 2011 22:55:05 UTC +00:00], ["custom_url", nil], ["draft", nil], ["published_at", Sun, 20 Nov 2011 22:55:05 UTC +00:00], ["title", "The title is great"], ["updated_at", Sun, 20 Nov 2011 22:55:05 UTC +00:00]]
260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
261
+  (0.0ms) SAVEPOINT active_record_1
262
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
263
+  (0.0ms) SAVEPOINT active_record_1
264
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
265
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
266
+  (0.0ms) SAVEPOINT active_record_1
267
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
268
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
269
+  (0.0ms) SAVEPOINT active_record_1
270
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
271
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
272
+  (0.0ms) SAVEPOINT active_record_1
273
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
274
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
275
+  (0.0ms) SAVEPOINT active_record_1
276
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
277
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
278
+  (0.0ms) SAVEPOINT active_record_1
279
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
280
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
281
+  (0.0ms) SAVEPOINT active_record_1
282
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
283
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
284
+  (0.0ms) SAVEPOINT active_record_1
285
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
286
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
287
+  (0.0ms) SAVEPOINT active_record_1
288
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
289
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
290
+  (0.0ms) SAVEPOINT active_record_1
291
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
292
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
293
+  (0.0ms) SAVEPOINT active_record_1
294
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
295
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
296
+  (0.0ms) SAVEPOINT active_record_1
297
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
298
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
299
+  (0.0ms) SAVEPOINT active_record_1
300
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
301
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
302
+  (0.0ms) SAVEPOINT active_record_1
303
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
304
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
305
+  (0.0ms) SAVEPOINT active_record_1
306
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
307
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
308
+  (0.0ms) SAVEPOINT active_record_1
309
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
310
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
311
+  (0.0ms) SAVEPOINT active_record_1
312
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
313
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
314
+  (0.0ms) SAVEPOINT active_record_1
315
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
316
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
317
+  (0.0ms) SAVEPOINT active_record_1
318
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
319
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
320
+  (0.0ms) SAVEPOINT active_record_1
321
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
322
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
323
+  (0.0ms) SAVEPOINT active_record_1
324
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
325
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
326
+  (0.0ms) SAVEPOINT active_record_1
327
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
328
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
329
+  (0.0ms) SAVEPOINT active_record_1
330
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
331
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
332
+  (0.0ms) SAVEPOINT active_record_1
333
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
334
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
335
+  (0.0ms) SAVEPOINT active_record_1
336
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
337
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
338
+  (0.0ms) SAVEPOINT active_record_1
339
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
340
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
341
+  (0.0ms) SAVEPOINT active_record_1
342
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
343
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
344
+  (0.0ms) SAVEPOINT active_record_1
345
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
346
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
347
+  (0.0ms) SAVEPOINT active_record_1
348
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
349
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
350
+  (0.0ms) SAVEPOINT active_record_1
351
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
352
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
353
+  (0.0ms) SAVEPOINT active_record_1
354
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
355
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
356
+  (0.0ms) SAVEPOINT active_record_1
357
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
358
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
359
+  (0.0ms) SAVEPOINT active_record_1
360
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
361
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
362
+  (0.0ms) SAVEPOINT active_record_1
363
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
364
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
365
+  (0.0ms) SAVEPOINT active_record_1
366
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
367
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
368
+  (0.0ms) SAVEPOINT active_record_1
369
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
370
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
371
+  (0.0ms) SAVEPOINT active_record_1
372
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
373
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
374
+  (0.0ms) SAVEPOINT active_record_1
375
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
376
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
377
+  (0.0ms) SAVEPOINT active_record_1
378
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
379
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
380
+  (0.0ms) SAVEPOINT active_record_1
381
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
382
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
383
+  (0.0ms) SAVEPOINT active_record_1
384
+  (1.7ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
385
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
386
+  (0.0ms) SAVEPOINT active_record_1
387
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
388
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
389
+  (0.0ms) SAVEPOINT active_record_1
390
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
391
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
392
+  (0.0ms) SAVEPOINT active_record_1
393
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
394
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
395
+  (0.0ms) SAVEPOINT active_record_1
396
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
397
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
398
+  (0.1ms) SAVEPOINT active_record_1
399
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
400
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
401
+  (0.0ms) SAVEPOINT active_record_1
402
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
403
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
404
+  (0.0ms) SAVEPOINT active_record_1
405
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
406
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
407
+  (0.0ms) SAVEPOINT active_record_1
408
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
409
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
410
+  (0.0ms) SAVEPOINT active_record_1
411
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
412
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
413
+  (0.0ms) SAVEPOINT active_record_1
414
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
415
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
416
+  (0.0ms) SAVEPOINT active_record_1
417
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
418
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
419
+  (0.0ms) SAVEPOINT active_record_1
420
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
421
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
422
+  (0.0ms) SAVEPOINT active_record_1
423
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
424
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
425
+  (0.0ms) SAVEPOINT active_record_1
426
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
427
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
428
+  (0.0ms) SAVEPOINT active_record_1
429
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
430
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
431
+  (0.0ms) SAVEPOINT active_record_1
432
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
433
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
434
+  (0.0ms) SAVEPOINT active_record_1
435
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
436
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
437
+  (0.0ms) SAVEPOINT active_record_1
438
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
439
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
440
+  (0.0ms) SAVEPOINT active_record_1
441
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
442
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
443
+  (0.0ms) SAVEPOINT active_record_1
444
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
445
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
446
+  (0.0ms) SAVEPOINT active_record_1
447
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
448
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
449
+  (0.0ms) SAVEPOINT active_record_1
450
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
451
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
452
+  (0.0ms) SAVEPOINT active_record_1
453
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
454
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
455
+  (0.0ms) SAVEPOINT active_record_1
456
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
457
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
458
+  (0.0ms) SAVEPOINT active_record_1
459
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
460
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
461
+  (0.0ms) SAVEPOINT active_record_1
462
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
463
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
464
+  (0.0ms) SAVEPOINT active_record_1
465
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
466
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
467
+  (0.0ms) SAVEPOINT active_record_1
468
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
469
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
470
+  (0.0ms) SAVEPOINT active_record_1
471
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
472
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
473
+  (0.0ms) SAVEPOINT active_record_1
474
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
475
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
476
+  (0.0ms) SAVEPOINT active_record_1
477
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
478
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
479
+  (0.0ms) SAVEPOINT active_record_1
480
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
481
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
482
+  (0.0ms) SAVEPOINT active_record_1
483
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
484
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
485
+  (0.0ms) SAVEPOINT active_record_1
486
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
487
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
488
+  (0.0ms) SAVEPOINT active_record_1
489
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
490
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
491
+  (0.0ms) SAVEPOINT active_record_1
492
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
493
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
494
+  (0.0ms) SAVEPOINT active_record_1
495
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
496
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
497
+  (0.0ms) SAVEPOINT active_record_1
498
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
499
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
500
+  (0.0ms) SAVEPOINT active_record_1
501
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
502
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
503
+  (0.0ms) SAVEPOINT active_record_1
504
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
505
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
506
+  (0.0ms) SAVEPOINT active_record_1
507
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
508
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
509
+  (0.0ms) SAVEPOINT active_record_1
510
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
511
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
512
+  (0.0ms) SAVEPOINT active_record_1
513
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
514
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
515
+  (0.0ms) SAVEPOINT active_record_1
516
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
517
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
518
+  (0.0ms) SAVEPOINT active_record_1
519
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
520
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
521
+  (0.0ms) SAVEPOINT active_record_1
522
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
523
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
524
+  (0.0ms) SAVEPOINT active_record_1
525
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
526
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
527
+  (0.0ms) SAVEPOINT active_record_1
528
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
529
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
530
+  (0.0ms) SAVEPOINT active_record_1
531
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
532
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
533
+  (0.0ms) SAVEPOINT active_record_1
534
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
535
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
536
+  (0.0ms) SAVEPOINT active_record_1
537
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
538
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
539
+  (0.0ms) SAVEPOINT active_record_1
540
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
541
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
542
+  (0.0ms) SAVEPOINT active_record_1
543
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
544
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
545
+  (0.0ms) SAVEPOINT active_record_1
546
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
547
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
548
+  (0.0ms) SAVEPOINT active_record_1
549
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
550
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
551
+  (0.0ms) SAVEPOINT active_record_1
552
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
553
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
554
+  (0.0ms) SAVEPOINT active_record_1
555
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
556
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
557
+  (0.0ms) SAVEPOINT active_record_1
558
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
559
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
560
+  (0.0ms) SAVEPOINT active_record_1
561
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
562
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
563
+  (0.0ms) SAVEPOINT active_record_1
564
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
565
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
566
+  (0.0ms) SAVEPOINT active_record_1
567
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
568
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
569
+  (0.0ms) SAVEPOINT active_record_1
570
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
571
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
572
+  (0.0ms) SAVEPOINT active_record_1
573
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
574
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
575
+  (0.0ms) SAVEPOINT active_record_1
576
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
577
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
578
+  (0.0ms) SAVEPOINT active_record_1
579
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
580
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
581
+  (0.0ms) SAVEPOINT active_record_1
582
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
583
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
584
+  (0.0ms) SAVEPOINT active_record_1
585
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
586
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
587
+  (0.0ms) SAVEPOINT active_record_1
588
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
589
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
590
+  (0.0ms) SAVEPOINT active_record_1
591
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
592
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
593
+  (0.0ms) SAVEPOINT active_record_1
594
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
595
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
596
+  (0.0ms) SAVEPOINT active_record_1
597
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
598
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
599
+  (0.0ms) SAVEPOINT active_record_1
600
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
601
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
602
+  (0.0ms) SAVEPOINT active_record_1
603
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
604
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
605
+  (0.0ms) SAVEPOINT active_record_1
606
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
607
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
608
+  (0.0ms) SAVEPOINT active_record_1
609
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
610
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
611
+  (0.1ms) SAVEPOINT active_record_1
612
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
613
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
614
+  (0.0ms) SAVEPOINT active_record_1
615
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
616
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
617
+  (0.0ms) SAVEPOINT active_record_1
618
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
619
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
620
+  (0.0ms) SAVEPOINT active_record_1
621
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
622
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
623
+  (0.0ms) SAVEPOINT active_record_1
624
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
625
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
626
+  (0.0ms) SAVEPOINT active_record_1
627
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
628
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
629
+  (0.0ms) SAVEPOINT active_record_1
630
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
631
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
632
+  (0.0ms) SAVEPOINT active_record_1
633
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
634
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
635
+  (0.6ms) SAVEPOINT active_record_1
636
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
637
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
638
+  (0.0ms) SAVEPOINT active_record_1
639
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
640
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
641
+  (0.0ms) SAVEPOINT active_record_1
642
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
643
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
644
+  (0.0ms) SAVEPOINT active_record_1
645
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
646
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
647
+  (0.0ms) SAVEPOINT active_record_1
648
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
649
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
650
+  (0.0ms) SAVEPOINT active_record_1
651
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
652
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
653
+  (0.0ms) SAVEPOINT active_record_1
654
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
655
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
656
+  (0.0ms) SAVEPOINT active_record_1
657
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
658
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
659
+  (0.0ms) SAVEPOINT active_record_1
660
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
661
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
662
+  (0.0ms) SAVEPOINT active_record_1
663
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
664
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
665
+  (0.0ms) SAVEPOINT active_record_1
666
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
667
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
668
+  (0.0ms) SAVEPOINT active_record_1
669
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
670
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
671
+  (0.0ms) SAVEPOINT active_record_1
672
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
673
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
674
+  (0.0ms) SAVEPOINT active_record_1
675
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
676
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
677
+  (0.0ms) SAVEPOINT active_record_1
678
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
679
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
680
+  (0.0ms) SAVEPOINT active_record_1
681
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
682
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
683
+  (0.0ms) SAVEPOINT active_record_1
684
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
685
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
686
+  (0.0ms) SAVEPOINT active_record_1
687
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
688
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
689
+  (0.0ms) SAVEPOINT active_record_1
690
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
691
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
692
+  (0.0ms) SAVEPOINT active_record_1
693
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
694
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
695
+  (0.0ms) SAVEPOINT active_record_1
696
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
697
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
698
+  (0.0ms) SAVEPOINT active_record_1
699
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
700
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
701
+  (0.0ms) SAVEPOINT active_record_1
702
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
703
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
704
+  (0.0ms) SAVEPOINT active_record_1
705
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
706
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
707
+  (0.0ms) SAVEPOINT active_record_1
708
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
709
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
710
+  (0.0ms) SAVEPOINT active_record_1
711
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
712
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
713
+  (0.0ms) SAVEPOINT active_record_1
714
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
715
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
716
+  (0.0ms) SAVEPOINT active_record_1
717
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
718
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
719
+  (0.0ms) SAVEPOINT active_record_1
720
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
721
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
722
+  (0.0ms) SAVEPOINT active_record_1
723
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
724
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
725
+  (0.0ms) SAVEPOINT active_record_1
726
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
727
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
728
+  (0.0ms) SAVEPOINT active_record_1
729
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
730
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
731
+  (0.0ms) SAVEPOINT active_record_1
732
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
733
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
734
+  (0.0ms) SAVEPOINT active_record_1
735
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
736
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
737
+  (0.0ms) SAVEPOINT active_record_1
738
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
739
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
740
+  (0.0ms) SAVEPOINT active_record_1
741
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
742
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
743
+  (0.0ms) SAVEPOINT active_record_1
744
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
745
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
746
+  (0.0ms) SAVEPOINT active_record_1
747
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
748
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
749
+  (0.0ms) SAVEPOINT active_record_1
750
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
751
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
752
+  (0.0ms) SAVEPOINT active_record_1
753
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
754
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
755
+  (0.0ms) SAVEPOINT active_record_1
756
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
757
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
758
+  (0.0ms) SAVEPOINT active_record_1
759
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
760
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
761
+  (0.0ms) SAVEPOINT active_record_1
762
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
763
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
764
+  (0.0ms) SAVEPOINT active_record_1
765
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
766
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
767
+  (0.0ms) SAVEPOINT active_record_1
768
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
769
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
770
+  (0.0ms) SAVEPOINT active_record_1
771
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
772
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
773
+  (0.0ms) SAVEPOINT active_record_1
774
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
775
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
776
+  (0.0ms) SAVEPOINT active_record_1
777
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
778
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
779
+  (0.0ms) SAVEPOINT active_record_1
780
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
781
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
782
+  (0.0ms) SAVEPOINT active_record_1
783
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
784
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
785
+  (0.0ms) SAVEPOINT active_record_1
786
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
787
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
788
+  (0.0ms) SAVEPOINT active_record_1
789
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
790
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
791
+  (0.0ms) SAVEPOINT active_record_1
792
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
793
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
794
+  (0.0ms) SAVEPOINT active_record_1
795
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
796
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
797
+  (0.0ms) SAVEPOINT active_record_1
798
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
799
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
800
+  (0.0ms) SAVEPOINT active_record_1
801
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
802
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
803
+  (0.0ms) SAVEPOINT active_record_1
804
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
805
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
806
+  (0.0ms) SAVEPOINT active_record_1
807
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
808
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
809
+  (0.0ms) SAVEPOINT active_record_1
810
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
811
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
812
+  (0.0ms) SAVEPOINT active_record_1
813
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
814
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
815
+  (0.0ms) SAVEPOINT active_record_1
816
+  (0.6ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
817
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
818
+  (0.0ms) SAVEPOINT active_record_1
819
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
820
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
821
+  (0.0ms) SAVEPOINT active_record_1
822
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
823
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
824
+  (0.0ms) SAVEPOINT active_record_1
825
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
826
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
827
+  (0.0ms) SAVEPOINT active_record_1
828
+  (0.6ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
829
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
830
+  (0.0ms) SAVEPOINT active_record_1
831
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
832
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
833
+  (0.0ms) SAVEPOINT active_record_1
834
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
835
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
836
+  (0.0ms) SAVEPOINT active_record_1
837
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
838
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
839
+  (0.0ms) SAVEPOINT active_record_1
840
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
841
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
842
+  (0.0ms) SAVEPOINT active_record_1
843
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
844
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
845
+  (0.0ms) SAVEPOINT active_record_1
846
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
847
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
848
+  (0.0ms) SAVEPOINT active_record_1
849
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
850
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
851
+  (0.0ms) SAVEPOINT active_record_1
852
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
853
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
854
+  (0.0ms) SAVEPOINT active_record_1
855
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
856
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
857
+  (0.0ms) SAVEPOINT active_record_1
858
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
859
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
860
+  (0.0ms) SAVEPOINT active_record_1
861
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
862
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
863
+  (0.0ms) SAVEPOINT active_record_1
864
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
865
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
866
+  (0.0ms) SAVEPOINT active_record_1
867
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
868
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
869
+  (0.0ms) SAVEPOINT active_record_1
870
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
871
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
872
+  (0.0ms) SAVEPOINT active_record_1
873
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
874
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
875
+  (0.0ms) SAVEPOINT active_record_1
876
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
877
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
878
+  (0.1ms) SAVEPOINT active_record_1
879
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
880
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
881
+  (0.0ms) SAVEPOINT active_record_1
882
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
883
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
884
+  (0.0ms) SAVEPOINT active_record_1
885
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
886
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
887
+  (0.0ms) SAVEPOINT active_record_1
888
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
889
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
890
+  (0.0ms) SAVEPOINT active_record_1
891
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
892
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
893
+  (0.0ms) SAVEPOINT active_record_1
894
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
895
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
896
+  (0.0ms) SAVEPOINT active_record_1
897
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
898
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
899
+  (0.0ms) SAVEPOINT active_record_1
900
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
901
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
902
+  (0.0ms) SAVEPOINT active_record_1
903
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
904
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
905
+  (0.0ms) SAVEPOINT active_record_1
906
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
907
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
908
+  (0.0ms) SAVEPOINT active_record_1
909
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
910
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
911
+  (0.0ms) SAVEPOINT active_record_1
912
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
913
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
914
+  (0.0ms) SAVEPOINT active_record_1
915
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
916
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
917
+  (0.0ms) SAVEPOINT active_record_1
918
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
919
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
920
+  (0.0ms) SAVEPOINT active_record_1
921
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
922
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
923
+  (0.0ms) SAVEPOINT active_record_1
924
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
925
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
926
+  (0.0ms) SAVEPOINT active_record_1
927
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
928
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
929
+  (0.0ms) SAVEPOINT active_record_1
930
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
931
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
932
+  (0.0ms) SAVEPOINT active_record_1
933
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
934
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
935
+  (0.0ms) SAVEPOINT active_record_1
936
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
937
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
938
+  (0.0ms) SAVEPOINT active_record_1
939
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
940
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
941
+  (0.0ms) SAVEPOINT active_record_1
942
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
943
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
944
+  (0.0ms) SAVEPOINT active_record_1
945
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
946
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
947
+  (0.0ms) SAVEPOINT active_record_1
948
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
949
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
950
+  (0.0ms) SAVEPOINT active_record_1
951
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
952
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
953
+  (0.0ms) SAVEPOINT active_record_1
954
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
955
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
956
+  (0.0ms) SAVEPOINT active_record_1
957
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
958
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
959
+  (0.0ms) SAVEPOINT active_record_1
960
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
961
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
962
+  (0.1ms) SAVEPOINT active_record_1
963
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
964
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
965
+  (0.0ms) SAVEPOINT active_record_1
966
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
967
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
968
+  (0.0ms) SAVEPOINT active_record_1
969
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
970
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
971
+  (0.0ms) SAVEPOINT active_record_1
972
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
973
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
974
+  (0.0ms) SAVEPOINT active_record_1
975
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
976
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
977
+  (0.0ms) SAVEPOINT active_record_1
978
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
979
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
980
+  (0.0ms) SAVEPOINT active_record_1
981
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
982
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
983
+  (0.0ms) SAVEPOINT active_record_1
984
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
985
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
986
+  (0.0ms) SAVEPOINT active_record_1
987
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
988
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
989
+  (0.0ms) SAVEPOINT active_record_1
990
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
991
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
992
+  (0.0ms) SAVEPOINT active_record_1
993
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
994
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
995
+  (0.0ms) SAVEPOINT active_record_1
996
+  (0.6ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
997
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
998
+  (0.0ms) SAVEPOINT active_record_1
999
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1000
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1001
+  (0.0ms) SAVEPOINT active_record_1
1002
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1003
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1004
+  (0.0ms) SAVEPOINT active_record_1
1005
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1006
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1007
+  (0.0ms) SAVEPOINT active_record_1
1008
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1009
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1010
+  (0.0ms) SAVEPOINT active_record_1
1011
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1012
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1013
+  (0.1ms) SAVEPOINT active_record_1
1014
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1015
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1016
+  (0.0ms) SAVEPOINT active_record_1
1017
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1018
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1019
+  (0.0ms) SAVEPOINT active_record_1
1020
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1021
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1022
+  (0.0ms) SAVEPOINT active_record_1
1023
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1024
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1025
+  (0.0ms) SAVEPOINT active_record_1
1026
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1027
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1028
+  (0.0ms) SAVEPOINT active_record_1
1029
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1030
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1031
+  (0.0ms) SAVEPOINT active_record_1
1032
+  (0.4ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1033
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1034
+  (0.0ms) SAVEPOINT active_record_1
1035
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1036
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1037
+  (0.0ms) SAVEPOINT active_record_1
1038
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1039
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1040
+  (0.0ms) SAVEPOINT active_record_1
1041
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1042
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1043
+  (0.0ms) SAVEPOINT active_record_1
1044
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1045
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1046
+  (0.0ms) SAVEPOINT active_record_1
1047
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1048
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1049
+  (0.0ms) SAVEPOINT active_record_1
1050
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1051
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1052
+  (0.0ms) SAVEPOINT active_record_1
1053
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1054
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1055
+  (0.0ms) SAVEPOINT active_record_1
1056
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1057
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1058
+  (0.1ms) SAVEPOINT active_record_1
1059
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1060
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1061
+  (0.0ms) SAVEPOINT active_record_1
1062
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1063
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1064
+  (0.0ms) SAVEPOINT active_record_1
1065
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1066
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1067
+  (0.0ms) SAVEPOINT active_record_1
1068
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1069
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1070
+  (0.0ms) SAVEPOINT active_record_1
1071
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1072
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1073
+  (0.0ms) SAVEPOINT active_record_1
1074
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1075
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1076
+  (0.0ms) SAVEPOINT active_record_1
1077
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1078
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1079
+  (0.0ms) SAVEPOINT active_record_1
1080
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1081
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1082
+  (0.0ms) SAVEPOINT active_record_1
1083
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1084
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1085
+  (0.0ms) SAVEPOINT active_record_1
1086
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1087
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1088
+  (0.2ms) SAVEPOINT active_record_1
1089
+  (1.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1090
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1091
+  (0.1ms) SAVEPOINT active_record_1
1092
+  (0.2ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1093
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1094
+  (0.1ms) SAVEPOINT active_record_1
1095
+  (0.3ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1096
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1097
+  (0.1ms) SAVEPOINT active_record_1
1098
+  (0.3ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1099
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1100
+  (0.1ms) SAVEPOINT active_record_1
1101
+  (0.3ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1102
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1103
+  (0.1ms) SAVEPOINT active_record_1
1104
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1105
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1106
+  (0.1ms) SAVEPOINT active_record_1
1107
+  (0.3ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1108
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1109
+  (0.1ms) SAVEPOINT active_record_1
1110
+  (0.4ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1111
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1112
+  (0.1ms) SAVEPOINT active_record_1
1113
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1114
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
1115
+  (0.1ms) SAVEPOINT active_record_1
1116
+  (0.4ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1117
+  (0.4ms) ROLLBACK TO SAVEPOINT active_record_1
1118
+  (0.0ms) SAVEPOINT active_record_1
1119
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1120
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1121
+  (0.0ms) SAVEPOINT active_record_1
1122
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1123
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1124
+  (0.0ms) SAVEPOINT active_record_1
1125
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1126
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1127
+  (0.0ms) SAVEPOINT active_record_1
1128
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1129
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1130
+  (0.0ms) SAVEPOINT active_record_1
1131
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1132
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1133
+  (0.0ms) SAVEPOINT active_record_1
1134
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1135
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1136
+  (0.0ms) SAVEPOINT active_record_1
1137
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1138
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1139
+  (0.0ms) SAVEPOINT active_record_1
1140
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1141
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1142
+  (0.0ms) SAVEPOINT active_record_1
1143
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1144
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1145
+  (0.0ms) SAVEPOINT active_record_1
1146
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1147
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1148
+  (0.0ms) SAVEPOINT active_record_1
1149
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1150
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1151
+  (0.0ms) SAVEPOINT active_record_1
1152
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1153
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1154
+  (0.0ms) SAVEPOINT active_record_1
1155
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1156
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1157
+  (0.0ms) SAVEPOINT active_record_1
1158
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1159
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1160
+  (0.0ms) SAVEPOINT active_record_1
1161
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1162
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1163
+  (0.0ms) SAVEPOINT active_record_1
1164
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1165
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1166
+  (0.0ms) SAVEPOINT active_record_1
1167
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1168
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1169
+  (0.0ms) SAVEPOINT active_record_1
1170
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1171
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1172
+  (0.0ms) SAVEPOINT active_record_1
1173
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1174
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1175
+  (0.0ms) SAVEPOINT active_record_1
1176
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1177
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1178
+  (0.4ms) SAVEPOINT active_record_1
1179
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1180
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1181
+  (0.0ms) SAVEPOINT active_record_1
1182
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1183
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1184
+  (0.0ms) SAVEPOINT active_record_1
1185
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1186
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1187
+  (0.0ms) SAVEPOINT active_record_1
1188
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1189
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1190
+  (0.0ms) SAVEPOINT active_record_1
1191
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1192
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1193
+  (0.1ms) SAVEPOINT active_record_1
1194
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1195
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1196
+  (0.0ms) SAVEPOINT active_record_1
1197
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1198
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1199
+  (0.0ms) SAVEPOINT active_record_1
1200
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1201
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1202
+  (0.0ms) SAVEPOINT active_record_1
1203
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1204
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1205
+  (0.0ms) SAVEPOINT active_record_1
1206
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1207
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1208
+  (0.0ms) SAVEPOINT active_record_1
1209
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1210
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1211
+  (0.0ms) SAVEPOINT active_record_1
1212
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1213
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1214
+  (0.0ms) SAVEPOINT active_record_1
1215
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1216
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1217
+  (0.0ms) SAVEPOINT active_record_1
1218
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1219
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1220
+  (0.0ms) SAVEPOINT active_record_1
1221
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1222
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1223
+  (0.0ms) SAVEPOINT active_record_1
1224
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1225
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1226
+  (0.0ms) SAVEPOINT active_record_1
1227
+  (0.0ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1228
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1229
+  (0.0ms) SAVEPOINT active_record_1
1230
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1231
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1232
+  (0.0ms) SAVEPOINT active_record_1
1233
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1234
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1235
+  (0.0ms) SAVEPOINT active_record_1
1236
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1237
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1238
+  (0.0ms) SAVEPOINT active_record_1
1239
+  (0.5ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1240
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1241
+  (0.0ms) SAVEPOINT active_record_1
1242
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1243
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1244
+  (0.0ms) SAVEPOINT active_record_1
1245
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'the-title-is-great' LIMIT 1
1246
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1247
+  (0.0ms) SAVEPOINT active_record_1
1248
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'archives' LIMIT 1
1249
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1250
+  (0.0ms) SAVEPOINT active_record_1
1251
+  (0.1ms) SELECT 1 FROM "active_blog_blog_posts" WHERE "active_blog_blog_posts"."cached_slug" = 'what-is-the-meaning-of-life' LIMIT 1
1252
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1