fuel 0.3.30 → 0.3.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5703c20e84a9bf68a3e6e38f5f48ed95299ce81c
4
- data.tar.gz: 95ade23fc811266fd72465f309a3fb6c37f8e63f
3
+ metadata.gz: 99f6ff33b24aff718e297a69fc3660115d77fec8
4
+ data.tar.gz: 151263ec0383286cd0ee3a5aae9296e49d346558
5
5
  SHA512:
6
- metadata.gz: 3b213d9670420f29c1e2584f5971b65688b93a95b53621349cb3cd4b953a5aedeae62a38e366a4225edcde3421405ee054942698050c61545ce885d89299beed
7
- data.tar.gz: 6015d5a58236a55ffa8b3463628d78cd17f26f7c6afbe52c73eeeffcb46b5525dc9cfc7d82925e598e51daefc1e517eaa9a8338c653dfbfe33f340c1e67bf34a
6
+ metadata.gz: 6eb7be939f4662d0c2ebfce62a343de1a723055a2a3adc9a3384e4469271864c2df3ab2fa0b0b4d00061ec0848c8824bcd2141652cf6d91ff5f4315cdcdbc419
7
+ data.tar.gz: 5b34339a19fd783f3041de4af30159b07c255b14955dbf7f171202d6c18d90caa59fea7447539d60baa9f04b66106b35b0783a794befb39a69de72b1d1912dc4
@@ -16,7 +16,7 @@
16
16
  //= require fuel/sliding-panel
17
17
  //= require pickadate/picker
18
18
  //= require pickadate/picker.date
19
- //= require fuel/datepicker
19
+ //= require fuel/pickadate-datepicker
20
20
  //= require fuel/posts
21
21
  //= require fuel/wysihtml5x-toolbar.min.js
22
22
  //= require fuel/advanced_and_extended
@@ -57,6 +57,7 @@ module Fuel
57
57
 
58
58
  def set_start_date
59
59
  start_date_string = @params_hash[:start_date]
60
+ return unless start_date_string.present?
60
61
  start_datetime = start_date_string.present? ? DateTime.strptime(start_date_string, "%m/%d/%Y") : nil
61
62
  @params_hash[:start_date] = start_datetime
62
63
  end
@@ -16,7 +16,7 @@
16
16
  <%= yield %>
17
17
  </main>
18
18
  <%= javascript_include_tag "fuel/application" %>
19
- <%= javascript_include_tag "application" %>
19
+ <%# javascript_include_tag "application" %>
20
20
 
21
21
  <%= render 'fuel/admin/posts/editor' %>
22
22
 
data/lib/fuel/engine.rb CHANGED
@@ -13,8 +13,10 @@ module Fuel
13
13
  end
14
14
  end
15
15
 
16
- initializer :copilot do
17
- ActiveAdmin.application.load_paths += Dir[File.dirname(__FILE__) + '/admin']
16
+ if defined?(ActiveAdmin)
17
+ initializer :fuel do
18
+ ActiveAdmin.application.load_paths += Dir[File.dirname(__FILE__) + '/admin']
19
+ end
18
20
  end
19
21
 
20
22
  end
data/lib/fuel/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Fuel
2
- VERSION = "0.3.30"
2
+ VERSION = "0.3.31"
3
3
  end
Binary file
@@ -5868,3 +5868,1697 @@ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
5868
5868
  Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE (published_at <= '2015-06-10 19:38:05.618818' AND id != 2) ORDER BY published_at DESC, created_at DESC LIMIT 1
5869
5869
  Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
5870
5870
   (0.6ms) rollback transaction
5871
+  (1.6ms) DELETE FROM "fuel_authors";
5872
+  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
5873
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'fuel_authors';
5874
+  (1.3ms) DELETE FROM "fuel_posts";
5875
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
5876
+  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';
5877
+  (0.1ms) begin transaction
5878
+  (0.0ms) commit transaction
5879
+  (0.0ms) begin transaction
5880
+  (0.1ms) SAVEPOINT active_record_1
5881
+ SQL (0.4ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.844659"], ["updated_at", "2015-07-02 21:26:27.844659"]]
5882
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5883
+  (0.1ms) SAVEPOINT active_record_1
5884
+ SQL (1.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.851791"], ["updated_at", "2015-07-02 21:26:27.851791"]]
5885
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5886
+  (0.1ms) SAVEPOINT active_record_1
5887
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.855740"], ["updated_at", "2015-07-02 21:26:27.855740"]]
5888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5889
+  (0.1ms) SAVEPOINT active_record_1
5890
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.858435"], ["updated_at", "2015-07-02 21:26:27.858435"]]
5891
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5892
+  (0.0ms) SAVEPOINT active_record_1
5893
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.860409"], ["updated_at", "2015-07-02 21:26:27.860409"]]
5894
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5895
+ Processing by Fuel::Admin::AuthorsController#index as HTML
5896
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/index.html.erb within layouts/fuel/application (0.4ms)
5897
+ Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
5898
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
5899
+  (0.6ms) rollback transaction
5900
+  (0.0ms) begin transaction
5901
+  (0.0ms) commit transaction
5902
+  (0.0ms) begin transaction
5903
+  (0.0ms) SAVEPOINT active_record_1
5904
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.880954"], ["updated_at", "2015-07-02 21:26:27.880954"]]
5905
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5906
+  (0.1ms) SAVEPOINT active_record_1
5907
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.883117"], ["updated_at", "2015-07-02 21:26:27.883117"]]
5908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5909
+  (0.0ms) SAVEPOINT active_record_1
5910
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.885129"], ["updated_at", "2015-07-02 21:26:27.885129"]]
5911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5912
+  (0.0ms) SAVEPOINT active_record_1
5913
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.886783"], ["updated_at", "2015-07-02 21:26:27.886783"]]
5914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5915
+  (0.0ms) SAVEPOINT active_record_1
5916
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.888500"], ["updated_at", "2015-07-02 21:26:27.888500"]]
5917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5918
+ Processing by Fuel::Admin::AuthorsController#index as HTML
5919
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/index.html.erb within layouts/fuel/application (0.2ms)
5920
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
5921
+  (0.6ms) rollback transaction
5922
+  (0.0ms) begin transaction
5923
+  (0.0ms) commit transaction
5924
+  (0.0ms) begin transaction
5925
+  (0.0ms) SAVEPOINT active_record_1
5926
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.894882"], ["updated_at", "2015-07-02 21:26:27.894882"]]
5927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5928
+  (0.0ms) SAVEPOINT active_record_1
5929
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.896712"], ["updated_at", "2015-07-02 21:26:27.896712"]]
5930
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5931
+  (0.0ms) SAVEPOINT active_record_1
5932
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.898454"], ["updated_at", "2015-07-02 21:26:27.898454"]]
5933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5934
+  (0.0ms) SAVEPOINT active_record_1
5935
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.900084"], ["updated_at", "2015-07-02 21:26:27.900084"]]
5936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5937
+  (0.0ms) SAVEPOINT active_record_1
5938
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.901640"], ["updated_at", "2015-07-02 21:26:27.901640"]]
5939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5940
+ Processing by Fuel::Admin::AuthorsController#new as HTML
5941
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/new.html.erb within layouts/fuel/application (0.2ms)
5942
+ Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.0ms)
5943
+  (0.7ms) rollback transaction
5944
+  (0.1ms) begin transaction
5945
+  (0.0ms) commit transaction
5946
+  (0.0ms) begin transaction
5947
+  (0.0ms) SAVEPOINT active_record_1
5948
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.911007"], ["updated_at", "2015-07-02 21:26:27.911007"]]
5949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5950
+  (0.0ms) SAVEPOINT active_record_1
5951
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.912999"], ["updated_at", "2015-07-02 21:26:27.912999"]]
5952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5953
+  (0.0ms) SAVEPOINT active_record_1
5954
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.914724"], ["updated_at", "2015-07-02 21:26:27.914724"]]
5955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5956
+  (0.0ms) SAVEPOINT active_record_1
5957
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.916258"], ["updated_at", "2015-07-02 21:26:27.916258"]]
5958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5959
+  (0.0ms) SAVEPOINT active_record_1
5960
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.917760"], ["updated_at", "2015-07-02 21:26:27.917760"]]
5961
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5962
+ Processing by Fuel::Admin::AuthorsController#new as HTML
5963
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/new.html.erb within layouts/fuel/application (0.3ms)
5964
+ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
5965
+  (0.5ms) rollback transaction
5966
+  (0.1ms) begin transaction
5967
+  (0.0ms) commit transaction
5968
+  (0.0ms) begin transaction
5969
+  (0.0ms) SAVEPOINT active_record_1
5970
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.925895"], ["updated_at", "2015-07-02 21:26:27.925895"]]
5971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5972
+  (0.0ms) SAVEPOINT active_record_1
5973
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.928027"], ["updated_at", "2015-07-02 21:26:27.928027"]]
5974
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5975
+  (0.0ms) SAVEPOINT active_record_1
5976
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.929893"], ["updated_at", "2015-07-02 21:26:27.929893"]]
5977
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5978
+  (0.0ms) SAVEPOINT active_record_1
5979
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.931529"], ["updated_at", "2015-07-02 21:26:27.931529"]]
5980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5981
+  (0.0ms) SAVEPOINT active_record_1
5982
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.933203"], ["updated_at", "2015-07-02 21:26:27.933203"]]
5983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5984
+  (0.1ms) SAVEPOINT active_record_1
5985
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.936788"], ["updated_at", "2015-07-02 21:26:27.936788"]]
5986
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5987
+ Processing by Fuel::Admin::AuthorsController#edit as HTML
5988
+ Parameters: {"id"=>"6"}
5989
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
5990
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/edit.html.erb within layouts/fuel/application (0.2ms)
5991
+ Completed 200 OK in 9ms (Views: 2.0ms | ActiveRecord: 0.1ms)
5992
+  (0.5ms) rollback transaction
5993
+  (0.1ms) begin transaction
5994
+  (0.1ms) commit transaction
5995
+  (0.1ms) begin transaction
5996
+  (0.1ms) SAVEPOINT active_record_1
5997
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.952831"], ["updated_at", "2015-07-02 21:26:27.952831"]]
5998
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5999
+  (0.1ms) SAVEPOINT active_record_1
6000
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.955499"], ["updated_at", "2015-07-02 21:26:27.955499"]]
6001
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6002
+  (0.1ms) SAVEPOINT active_record_1
6003
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.957825"], ["updated_at", "2015-07-02 21:26:27.957825"]]
6004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6005
+  (0.0ms) SAVEPOINT active_record_1
6006
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.960046"], ["updated_at", "2015-07-02 21:26:27.960046"]]
6007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6008
+  (0.0ms) SAVEPOINT active_record_1
6009
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.961711"], ["updated_at", "2015-07-02 21:26:27.961711"]]
6010
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6011
+  (0.0ms) SAVEPOINT active_record_1
6012
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.963261"], ["updated_at", "2015-07-02 21:26:27.963261"]]
6013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6014
+ Processing by Fuel::Admin::AuthorsController#edit as HTML
6015
+ Parameters: {"id"=>"6"}
6016
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6017
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/edit.html.erb within layouts/fuel/application (0.2ms)
6018
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
6019
+  (0.6ms) rollback transaction
6020
+  (0.1ms) begin transaction
6021
+  (0.1ms) commit transaction
6022
+  (0.1ms) begin transaction
6023
+  (0.1ms) SAVEPOINT active_record_1
6024
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.971079"], ["updated_at", "2015-07-02 21:26:27.971079"]]
6025
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6026
+  (0.1ms) SAVEPOINT active_record_1
6027
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.973597"], ["updated_at", "2015-07-02 21:26:27.973597"]]
6028
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6029
+  (0.1ms) SAVEPOINT active_record_1
6030
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.975976"], ["updated_at", "2015-07-02 21:26:27.975976"]]
6031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6032
+  (0.0ms) SAVEPOINT active_record_1
6033
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.978094"], ["updated_at", "2015-07-02 21:26:27.978094"]]
6034
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6035
+  (0.0ms) SAVEPOINT active_record_1
6036
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.979940"], ["updated_at", "2015-07-02 21:26:27.979940"]]
6037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6038
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6039
+ Processing by Fuel::Admin::AuthorsController#create as HTML
6040
+ Parameters: {"fuel_author"=>{"first_name"=>"Ila", "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}}
6041
+  (0.1ms) SAVEPOINT active_record_1
6042
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.984720"], ["updated_at", "2015-07-02 21:26:27.984720"]]
6043
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6044
+ Redirected to http://test.host/blog/admin/authors
6045
+ Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
6046
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6047
+  (0.5ms) rollback transaction
6048
+  (0.0ms) begin transaction
6049
+  (0.0ms) commit transaction
6050
+  (0.0ms) begin transaction
6051
+  (0.0ms) SAVEPOINT active_record_1
6052
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.991338"], ["updated_at", "2015-07-02 21:26:27.991338"]]
6053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6054
+  (0.0ms) SAVEPOINT active_record_1
6055
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.993383"], ["updated_at", "2015-07-02 21:26:27.993383"]]
6056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6057
+  (0.0ms) SAVEPOINT active_record_1
6058
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.995200"], ["updated_at", "2015-07-02 21:26:27.995200"]]
6059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6060
+  (0.0ms) SAVEPOINT active_record_1
6061
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.996820"], ["updated_at", "2015-07-02 21:26:27.996820"]]
6062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6063
+  (0.0ms) SAVEPOINT active_record_1
6064
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:27.998472"], ["updated_at", "2015-07-02 21:26:27.998472"]]
6065
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6066
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6067
+ Processing by Fuel::Admin::AuthorsController#create as HTML
6068
+ Parameters: {"fuel_author"=>{"first_name"=>"Ila", "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}}
6069
+  (0.1ms) SAVEPOINT active_record_1
6070
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.004159"], ["updated_at", "2015-07-02 21:26:28.004159"]]
6071
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6072
+ Redirected to http://test.host/blog/admin/authors
6073
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
6074
+  (0.5ms) rollback transaction
6075
+  (0.0ms) begin transaction
6076
+  (0.1ms) commit transaction
6077
+  (0.0ms) begin transaction
6078
+  (0.0ms) SAVEPOINT active_record_1
6079
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.009273"], ["updated_at", "2015-07-02 21:26:28.009273"]]
6080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6081
+  (0.0ms) SAVEPOINT active_record_1
6082
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.011273"], ["updated_at", "2015-07-02 21:26:28.011273"]]
6083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6084
+  (0.0ms) SAVEPOINT active_record_1
6085
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.013059"], ["updated_at", "2015-07-02 21:26:28.013059"]]
6086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6087
+  (0.0ms) SAVEPOINT active_record_1
6088
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.014613"], ["updated_at", "2015-07-02 21:26:28.014613"]]
6089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6090
+  (0.0ms) SAVEPOINT active_record_1
6091
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.016294"], ["updated_at", "2015-07-02 21:26:28.016294"]]
6092
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6093
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6094
+ Processing by Fuel::Admin::AuthorsController#create as HTML
6095
+ Parameters: {"fuel_author"=>{"first_name"=>nil, "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}}
6096
+  (0.1ms) SAVEPOINT active_record_1
6097
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
6098
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/new.html.erb within layouts/fuel/application (0.2ms)
6099
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
6100
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6101
+  (0.6ms) rollback transaction
6102
+  (0.1ms) begin transaction
6103
+  (0.0ms) commit transaction
6104
+  (0.0ms) begin transaction
6105
+  (0.0ms) SAVEPOINT active_record_1
6106
+ SQL (0.6ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.027329"], ["updated_at", "2015-07-02 21:26:28.027329"]]
6107
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6108
+  (0.1ms) SAVEPOINT active_record_1
6109
+ SQL (0.4ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.030962"], ["updated_at", "2015-07-02 21:26:28.030962"]]
6110
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6111
+  (0.0ms) SAVEPOINT active_record_1
6112
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.033830"], ["updated_at", "2015-07-02 21:26:28.033830"]]
6113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6114
+  (0.0ms) SAVEPOINT active_record_1
6115
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.035672"], ["updated_at", "2015-07-02 21:26:28.035672"]]
6116
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6117
+  (0.0ms) SAVEPOINT active_record_1
6118
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.037643"], ["updated_at", "2015-07-02 21:26:28.037643"]]
6119
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6120
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6121
+ Processing by Fuel::Admin::AuthorsController#create as HTML
6122
+ Parameters: {"fuel_author"=>{"first_name"=>nil, "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}}
6123
+  (0.1ms) SAVEPOINT active_record_1
6124
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
6125
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/new.html.erb within layouts/fuel/application (0.2ms)
6126
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)
6127
+  (0.4ms) rollback transaction
6128
+  (0.1ms) begin transaction
6129
+  (0.0ms) commit transaction
6130
+  (0.0ms) begin transaction
6131
+  (0.0ms) SAVEPOINT active_record_1
6132
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.047787"], ["updated_at", "2015-07-02 21:26:28.047787"]]
6133
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6134
+  (0.0ms) SAVEPOINT active_record_1
6135
+ SQL (0.4ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.050334"], ["updated_at", "2015-07-02 21:26:28.050334"]]
6136
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6137
+  (0.1ms) SAVEPOINT active_record_1
6138
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.054250"], ["updated_at", "2015-07-02 21:26:28.054250"]]
6139
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6140
+  (0.1ms) SAVEPOINT active_record_1
6141
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.057076"], ["updated_at", "2015-07-02 21:26:28.057076"]]
6142
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6143
+  (0.1ms) SAVEPOINT active_record_1
6144
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.059191"], ["updated_at", "2015-07-02 21:26:28.059191"]]
6145
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6146
+  (0.1ms) SAVEPOINT active_record_1
6147
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.062472"], ["updated_at", "2015-07-02 21:26:28.062472"]]
6148
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6149
+ Processing by Fuel::Admin::AuthorsController#update as HTML
6150
+ Parameters: {"fuel_author"=>{"first_name"=>"UniqueString123", "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}, "id"=>"6"}
6151
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6152
+  (0.1ms) SAVEPOINT active_record_1
6153
+ SQL (0.1ms) UPDATE "fuel_authors" SET "first_name" = ?, "updated_at" = ? WHERE "fuel_authors"."id" = ? [["first_name", "UniqueString123"], ["updated_at", "2015-07-02 21:26:28.067822"], ["id", 6]]
6154
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6155
+ Redirected to http://test.host/blog/admin/authors/6/edit
6156
+ Completed 302 Found in 6ms (ActiveRecord: 0.4ms)
6157
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6158
+  (0.5ms) rollback transaction
6159
+  (0.1ms) begin transaction
6160
+  (0.0ms) commit transaction
6161
+  (0.0ms) begin transaction
6162
+  (0.0ms) SAVEPOINT active_record_1
6163
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.076861"], ["updated_at", "2015-07-02 21:26:28.076861"]]
6164
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6165
+  (0.0ms) SAVEPOINT active_record_1
6166
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.079002"], ["updated_at", "2015-07-02 21:26:28.079002"]]
6167
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6168
+  (0.0ms) SAVEPOINT active_record_1
6169
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.080890"], ["updated_at", "2015-07-02 21:26:28.080890"]]
6170
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6171
+  (0.1ms) SAVEPOINT active_record_1
6172
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.082924"], ["updated_at", "2015-07-02 21:26:28.082924"]]
6173
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6174
+  (0.0ms) SAVEPOINT active_record_1
6175
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.085137"], ["updated_at", "2015-07-02 21:26:28.085137"]]
6176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6177
+  (0.0ms) SAVEPOINT active_record_1
6178
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.087582"], ["updated_at", "2015-07-02 21:26:28.087582"]]
6179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6180
+ Processing by Fuel::Admin::AuthorsController#update as HTML
6181
+ Parameters: {"fuel_author"=>{"first_name"=>"Ila", "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}, "id"=>"6"}
6182
+ Fuel::Author Load (0.0ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6183
+  (0.0ms) SAVEPOINT active_record_1
6184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6185
+ Redirected to http://test.host/blog/admin/authors/6/edit
6186
+ Completed 302 Found in 2ms (ActiveRecord: 0.1ms)
6187
+  (0.5ms) rollback transaction
6188
+  (0.1ms) begin transaction
6189
+  (0.0ms) commit transaction
6190
+  (0.0ms) begin transaction
6191
+  (0.0ms) SAVEPOINT active_record_1
6192
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.096226"], ["updated_at", "2015-07-02 21:26:28.096226"]]
6193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6194
+  (0.0ms) SAVEPOINT active_record_1
6195
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.098165"], ["updated_at", "2015-07-02 21:26:28.098165"]]
6196
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6197
+  (0.0ms) SAVEPOINT active_record_1
6198
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.099949"], ["updated_at", "2015-07-02 21:26:28.099949"]]
6199
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6200
+  (0.0ms) SAVEPOINT active_record_1
6201
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.111876"], ["updated_at", "2015-07-02 21:26:28.111876"]]
6202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6203
+  (0.1ms) SAVEPOINT active_record_1
6204
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.113933"], ["updated_at", "2015-07-02 21:26:28.113933"]]
6205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6206
+  (0.1ms) SAVEPOINT active_record_1
6207
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.117770"], ["updated_at", "2015-07-02 21:26:28.117770"]]
6208
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6209
+ Processing by Fuel::Admin::AuthorsController#update as HTML
6210
+ Parameters: {"fuel_author"=>{"first_name"=>"Hopefully I don't persist", "last_name"=>nil, "title"=>"Lead Accounts Agent"}, "id"=>"6"}
6211
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6212
+  (0.1ms) SAVEPOINT active_record_1
6213
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
6214
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/edit.html.erb within layouts/fuel/application (0.3ms)
6215
+ Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.2ms)
6216
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6217
+  (0.4ms) rollback transaction
6218
+  (0.0ms) begin transaction
6219
+  (0.1ms) commit transaction
6220
+  (0.0ms) begin transaction
6221
+  (0.0ms) SAVEPOINT active_record_1
6222
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.130591"], ["updated_at", "2015-07-02 21:26:28.130591"]]
6223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6224
+  (0.0ms) SAVEPOINT active_record_1
6225
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.132748"], ["updated_at", "2015-07-02 21:26:28.132748"]]
6226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6227
+  (0.0ms) SAVEPOINT active_record_1
6228
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.134702"], ["updated_at", "2015-07-02 21:26:28.134702"]]
6229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6230
+  (0.1ms) SAVEPOINT active_record_1
6231
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.137536"], ["updated_at", "2015-07-02 21:26:28.137536"]]
6232
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6233
+  (0.0ms) SAVEPOINT active_record_1
6234
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.140175"], ["updated_at", "2015-07-02 21:26:28.140175"]]
6235
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6236
+  (0.0ms) SAVEPOINT active_record_1
6237
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.142680"], ["updated_at", "2015-07-02 21:26:28.142680"]]
6238
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6239
+ Processing by Fuel::Admin::AuthorsController#update as HTML
6240
+ Parameters: {"fuel_author"=>{"first_name"=>nil, "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}, "id"=>"6"}
6241
+ Fuel::Author Load (0.0ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6242
+  (0.0ms) SAVEPOINT active_record_1
6243
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
6244
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/authors/edit.html.erb within layouts/fuel/application (0.2ms)
6245
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)
6246
+  (0.5ms) rollback transaction
6247
+  (0.1ms) begin transaction
6248
+  (0.0ms) commit transaction
6249
+  (0.0ms) begin transaction
6250
+  (0.0ms) SAVEPOINT active_record_1
6251
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.151919"], ["updated_at", "2015-07-02 21:26:28.151919"]]
6252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6253
+  (0.0ms) SAVEPOINT active_record_1
6254
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.154078"], ["updated_at", "2015-07-02 21:26:28.154078"]]
6255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6256
+  (0.0ms) SAVEPOINT active_record_1
6257
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.156114"], ["updated_at", "2015-07-02 21:26:28.156114"]]
6258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6259
+  (0.0ms) SAVEPOINT active_record_1
6260
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.157762"], ["updated_at", "2015-07-02 21:26:28.157762"]]
6261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6262
+  (0.1ms) SAVEPOINT active_record_1
6263
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.159627"], ["updated_at", "2015-07-02 21:26:28.159627"]]
6264
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6265
+  (0.0ms) SAVEPOINT active_record_1
6266
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.161529"], ["updated_at", "2015-07-02 21:26:28.161529"]]
6267
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6268
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6269
+ Processing by Fuel::Admin::AuthorsController#destroy as HTML
6270
+ Parameters: {"id"=>"6"}
6271
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6272
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."author_id" = ? [["author_id", 6]]
6273
+  (0.0ms) SAVEPOINT active_record_1
6274
+ SQL (0.1ms) DELETE FROM "fuel_authors" WHERE "fuel_authors"."id" = ? [["id", 6]]
6275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6276
+ Redirected to http://test.host/blog/admin/authors
6277
+ Completed 302 Found in 17ms (ActiveRecord: 0.5ms)
6278
+  (0.1ms) SELECT COUNT(*) FROM "fuel_authors"
6279
+  (0.6ms) rollback transaction
6280
+  (0.0ms) begin transaction
6281
+  (0.0ms) commit transaction
6282
+  (0.0ms) begin transaction
6283
+  (0.0ms) SAVEPOINT active_record_1
6284
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.185874"], ["updated_at", "2015-07-02 21:26:28.185874"]]
6285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6286
+  (0.0ms) SAVEPOINT active_record_1
6287
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.187915"], ["updated_at", "2015-07-02 21:26:28.187915"]]
6288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6289
+  (0.0ms) SAVEPOINT active_record_1
6290
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.189716"], ["updated_at", "2015-07-02 21:26:28.189716"]]
6291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6292
+  (0.0ms) SAVEPOINT active_record_1
6293
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.191350"], ["updated_at", "2015-07-02 21:26:28.191350"]]
6294
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6295
+  (0.0ms) SAVEPOINT active_record_1
6296
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.193060"], ["updated_at", "2015-07-02 21:26:28.193060"]]
6297
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6298
+  (0.0ms) SAVEPOINT active_record_1
6299
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.195246"], ["updated_at", "2015-07-02 21:26:28.195246"]]
6300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6301
+ Processing by Fuel::Admin::AuthorsController#destroy as HTML
6302
+ Parameters: {"id"=>"6"}
6303
+ Fuel::Author Load (0.1ms) SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
6304
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."author_id" = ? [["author_id", 6]]
6305
+  (0.1ms) SAVEPOINT active_record_1
6306
+ SQL (0.1ms) DELETE FROM "fuel_authors" WHERE "fuel_authors"."id" = ? [["id", 6]]
6307
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6308
+ Redirected to http://test.host/blog/admin/authors
6309
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
6310
+  (0.5ms) rollback transaction
6311
+  (0.0ms) begin transaction
6312
+  (0.0ms) commit transaction
6313
+  (0.0ms) begin transaction
6314
+  (0.1ms) SAVEPOINT active_record_1
6315
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "78632211-2b6e-4575-80eb-42875fc222a0"], ["created_at", "2015-07-02 21:26:28.222910"], ["updated_at", "2015-07-02 21:26:28.222910"]]
6316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6317
+  (0.0ms) SAVEPOINT active_record_1
6318
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a6418922-245c-4dee-bac7-ae1824bb9ca6"], ["created_at", "2015-07-02 21:26:28.226220"], ["updated_at", "2015-07-02 21:26:28.226220"]]
6319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6320
+  (0.0ms) SAVEPOINT active_record_1
6321
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "1fc478e6-f045-4aca-8e33-6bddaef73a0e"], ["created_at", "2015-07-02 21:26:28.229129"], ["updated_at", "2015-07-02 21:26:28.229129"]]
6322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6323
+  (0.0ms) SAVEPOINT active_record_1
6324
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "28376e85-4dbe-46c2-a183-324f1e65e32b"], ["created_at", "2015-07-02 21:26:28.231142"], ["updated_at", "2015-07-02 21:26:28.231142"]]
6325
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6326
+  (0.0ms) SAVEPOINT active_record_1
6327
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "c27ec451-a32a-418b-8a80-0c62ac69ef4d"], ["created_at", "2015-07-02 21:26:28.233100"], ["updated_at", "2015-07-02 21:26:28.233100"]]
6328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6329
+ Processing by Fuel::Admin::PostsController#index as HTML
6330
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.erb within layouts/fuel/application (0.2ms)
6331
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
6332
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6333
+  (0.6ms) rollback transaction
6334
+  (0.1ms) begin transaction
6335
+  (0.0ms) commit transaction
6336
+  (0.0ms) begin transaction
6337
+  (0.0ms) SAVEPOINT active_record_1
6338
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a5669174-de06-472e-9c86-7cb83acdee19"], ["created_at", "2015-07-02 21:26:28.243004"], ["updated_at", "2015-07-02 21:26:28.243004"]]
6339
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6340
+  (0.1ms) SAVEPOINT active_record_1
6341
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "1142d547-1bd0-43ed-9942-7d9cfc490b33"], ["created_at", "2015-07-02 21:26:28.245347"], ["updated_at", "2015-07-02 21:26:28.245347"]]
6342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6343
+  (0.0ms) SAVEPOINT active_record_1
6344
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "9bedc980-670b-4461-9d5b-bb3cc4de7a5d"], ["created_at", "2015-07-02 21:26:28.247518"], ["updated_at", "2015-07-02 21:26:28.247518"]]
6345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6346
+  (0.0ms) SAVEPOINT active_record_1
6347
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "d49e6103-067e-43c7-8082-64d1934c0ab0"], ["created_at", "2015-07-02 21:26:28.249432"], ["updated_at", "2015-07-02 21:26:28.249432"]]
6348
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6349
+  (0.0ms) SAVEPOINT active_record_1
6350
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "d76020c3-71c4-4d54-b029-1ff004421bb3"], ["created_at", "2015-07-02 21:26:28.251693"], ["updated_at", "2015-07-02 21:26:28.251693"]]
6351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6352
+ Processing by Fuel::Admin::PostsController#index as HTML
6353
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.erb within layouts/fuel/application (0.2ms)
6354
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
6355
+  (0.5ms) rollback transaction
6356
+  (0.0ms) begin transaction
6357
+  (0.0ms) commit transaction
6358
+  (0.0ms) begin transaction
6359
+  (0.0ms) SAVEPOINT active_record_1
6360
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "2ec7435e-2b95-4598-bb0e-ea2531943935"], ["created_at", "2015-07-02 21:26:28.258463"], ["updated_at", "2015-07-02 21:26:28.258463"]]
6361
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6362
+  (0.0ms) SAVEPOINT active_record_1
6363
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "8e9f5197-3784-4b23-9c8c-7f0275771d6b"], ["created_at", "2015-07-02 21:26:28.260743"], ["updated_at", "2015-07-02 21:26:28.260743"]]
6364
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6365
+  (0.0ms) SAVEPOINT active_record_1
6366
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "b1562b14-35a3-47aa-9f78-ec6751d62d13"], ["created_at", "2015-07-02 21:26:28.262885"], ["updated_at", "2015-07-02 21:26:28.262885"]]
6367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6368
+  (0.0ms) SAVEPOINT active_record_1
6369
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "26308d1b-259c-4338-9e2b-1959e831ebad"], ["created_at", "2015-07-02 21:26:28.264837"], ["updated_at", "2015-07-02 21:26:28.264837"]]
6370
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6371
+  (0.0ms) SAVEPOINT active_record_1
6372
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "fa2debe3-5e82-48a6-b014-a343161664c8"], ["created_at", "2015-07-02 21:26:28.267226"], ["updated_at", "2015-07-02 21:26:28.267226"]]
6373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6374
+ Processing by Fuel::Admin::PostsController#new as HTML
6375
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/new.html.erb within layouts/fuel/application (0.3ms)
6376
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
6377
+  (0.5ms) rollback transaction
6378
+  (0.0ms) begin transaction
6379
+  (0.0ms) commit transaction
6380
+  (0.0ms) begin transaction
6381
+  (0.1ms) SAVEPOINT active_record_1
6382
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "5f9a646e-bf92-4bf8-8570-851e0e2c0c18"], ["created_at", "2015-07-02 21:26:28.275312"], ["updated_at", "2015-07-02 21:26:28.275312"]]
6383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6384
+  (0.1ms) SAVEPOINT active_record_1
6385
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "45dfbda3-7e1a-4a71-ae4a-1b8de7cf7e80"], ["created_at", "2015-07-02 21:26:28.277597"], ["updated_at", "2015-07-02 21:26:28.277597"]]
6386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6387
+  (0.0ms) SAVEPOINT active_record_1
6388
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "07244145-88f4-44f4-9298-db3fdd2d1363"], ["created_at", "2015-07-02 21:26:28.279727"], ["updated_at", "2015-07-02 21:26:28.279727"]]
6389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6390
+  (0.0ms) SAVEPOINT active_record_1
6391
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "7a9fa487-bab1-4043-b961-e85ee8b9f8a4"], ["created_at", "2015-07-02 21:26:28.281652"], ["updated_at", "2015-07-02 21:26:28.281652"]]
6392
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6393
+  (0.0ms) SAVEPOINT active_record_1
6394
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "73b45a8b-0c69-473b-b533-9ecdea06a5cb"], ["created_at", "2015-07-02 21:26:28.284021"], ["updated_at", "2015-07-02 21:26:28.284021"]]
6395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6396
+ Processing by Fuel::Admin::PostsController#new as HTML
6397
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/new.html.erb within layouts/fuel/application (0.2ms)
6398
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
6399
+  (0.6ms) rollback transaction
6400
+  (0.1ms) begin transaction
6401
+  (0.1ms) commit transaction
6402
+  (0.0ms) begin transaction
6403
+  (0.0ms) SAVEPOINT active_record_1
6404
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "c9b686a4-9395-4dc3-bba6-db95c83c746d"], ["created_at", "2015-07-02 21:26:28.291115"], ["updated_at", "2015-07-02 21:26:28.291115"]]
6405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6406
+  (0.0ms) SAVEPOINT active_record_1
6407
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "0ff26b19-efd2-44e1-ab74-1d2ebe3aa64e"], ["created_at", "2015-07-02 21:26:28.293312"], ["updated_at", "2015-07-02 21:26:28.293312"]]
6408
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6409
+  (0.1ms) SAVEPOINT active_record_1
6410
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "bd642da2-9df7-4afc-8e0b-57eefdb87f56"], ["created_at", "2015-07-02 21:26:28.296522"], ["updated_at", "2015-07-02 21:26:28.296522"]]
6411
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6412
+  (0.1ms) SAVEPOINT active_record_1
6413
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "e7f6243d-e600-48b9-90de-c7b739b9d9c8"], ["created_at", "2015-07-02 21:26:28.300156"], ["updated_at", "2015-07-02 21:26:28.300156"]]
6414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6415
+  (0.0ms) SAVEPOINT active_record_1
6416
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "b80dbe41-419a-46a2-892e-e9a91cab9e26"], ["created_at", "2015-07-02 21:26:28.302498"], ["updated_at", "2015-07-02 21:26:28.302498"]]
6417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6418
+  (0.0ms) SAVEPOINT active_record_1
6419
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "bb4804c3-8af8-49e6-80d4-8a1b69e01b1d"], ["created_at", "2015-07-02 21:26:28.304774"], ["updated_at", "2015-07-02 21:26:28.304774"]]
6420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6421
+ Processing by Fuel::Admin::PostsController#edit as HTML
6422
+ Parameters: {"id"=>"bb4804c3-8af8-49e6-80d4-8a1b69e01b1d"}
6423
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "bb4804c3-8af8-49e6-80d4-8a1b69e01b1d"]]
6424
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/edit.html.erb within layouts/fuel/application (0.2ms)
6425
+ Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)
6426
+  (0.4ms) rollback transaction
6427
+  (0.1ms) begin transaction
6428
+  (0.0ms) commit transaction
6429
+  (0.0ms) begin transaction
6430
+  (0.0ms) SAVEPOINT active_record_1
6431
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "927e452c-434a-4f9c-833f-39c0086ddee0"], ["created_at", "2015-07-02 21:26:28.314626"], ["updated_at", "2015-07-02 21:26:28.314626"]]
6432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6433
+  (0.0ms) SAVEPOINT active_record_1
6434
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "2957e4f1-aa4d-42ed-ac9c-1f12669c32b6"], ["created_at", "2015-07-02 21:26:28.317078"], ["updated_at", "2015-07-02 21:26:28.317078"]]
6435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6436
+  (0.0ms) SAVEPOINT active_record_1
6437
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "8cfe80a5-4fc6-4e7e-8ca7-c66d8670be49"], ["created_at", "2015-07-02 21:26:28.319701"], ["updated_at", "2015-07-02 21:26:28.319701"]]
6438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6439
+  (0.0ms) SAVEPOINT active_record_1
6440
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "3d75dc81-097e-48de-b3ae-78bd74c28c71"], ["created_at", "2015-07-02 21:26:28.321741"], ["updated_at", "2015-07-02 21:26:28.321741"]]
6441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6442
+  (0.0ms) SAVEPOINT active_record_1
6443
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "5a12c66a-6c75-4bef-9757-0d91f71adb1a"], ["created_at", "2015-07-02 21:26:28.324156"], ["updated_at", "2015-07-02 21:26:28.324156"]]
6444
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6445
+  (0.0ms) SAVEPOINT active_record_1
6446
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "1383400f-b62e-4acd-9246-79e460725bac"], ["created_at", "2015-07-02 21:26:28.326176"], ["updated_at", "2015-07-02 21:26:28.326176"]]
6447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6448
+ Processing by Fuel::Admin::PostsController#edit as HTML
6449
+ Parameters: {"id"=>"1383400f-b62e-4acd-9246-79e460725bac"}
6450
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "1383400f-b62e-4acd-9246-79e460725bac"]]
6451
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/edit.html.erb within layouts/fuel/application (0.2ms)
6452
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)
6453
+  (0.6ms) rollback transaction
6454
+  (0.1ms) begin transaction
6455
+  (0.0ms) commit transaction
6456
+  (0.1ms) begin transaction
6457
+  (0.0ms) SAVEPOINT active_record_1
6458
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "15d96746-ae85-4806-91a4-e6d5f01e3e37"], ["created_at", "2015-07-02 21:26:28.334110"], ["updated_at", "2015-07-02 21:26:28.334110"]]
6459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6460
+  (0.0ms) SAVEPOINT active_record_1
6461
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "ac76872a-ba12-4b8f-ac0b-17801f39f26f"], ["created_at", "2015-07-02 21:26:28.336466"], ["updated_at", "2015-07-02 21:26:28.336466"]]
6462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6463
+  (0.0ms) SAVEPOINT active_record_1
6464
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "7eeb053e-d9f1-4cbb-aa27-9dc0650b605b"], ["created_at", "2015-07-02 21:26:28.338595"], ["updated_at", "2015-07-02 21:26:28.338595"]]
6465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6466
+  (0.0ms) SAVEPOINT active_record_1
6467
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "638b22e1-54fd-4383-833a-29262d3fc4f5"], ["created_at", "2015-07-02 21:26:28.340555"], ["updated_at", "2015-07-02 21:26:28.340555"]]
6468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6469
+  (0.0ms) SAVEPOINT active_record_1
6470
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "786ba0ad-ae9f-4f94-a3a8-b6077160a98a"], ["created_at", "2015-07-02 21:26:28.343017"], ["updated_at", "2015-07-02 21:26:28.343017"]]
6471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6472
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6473
+ Processing by Fuel::Admin::PostsController#create as HTML
6474
+ Parameters: {"fuel_post"=>{"published"=>false}}
6475
+  (0.0ms) SAVEPOINT active_record_1
6476
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "d870453f-7d8a-4cd0-a841-26937dd1d86e"], ["created_at", "2015-07-02 21:26:28.347845"], ["updated_at", "2015-07-02 21:26:28.347845"]]
6477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6478
+ Redirected to http://test.host/blog/admin/posts
6479
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
6480
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6481
+  (0.4ms) rollback transaction
6482
+  (0.0ms) begin transaction
6483
+  (0.0ms) commit transaction
6484
+  (0.0ms) begin transaction
6485
+  (0.0ms) SAVEPOINT active_record_1
6486
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a4442eb4-1527-4d58-ba0c-c8314ec90fdf"], ["created_at", "2015-07-02 21:26:28.352997"], ["updated_at", "2015-07-02 21:26:28.352997"]]
6487
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6488
+  (0.0ms) SAVEPOINT active_record_1
6489
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "16ea10f7-e377-468c-a596-6dc01eff6fea"], ["created_at", "2015-07-02 21:26:28.355415"], ["updated_at", "2015-07-02 21:26:28.355415"]]
6490
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6491
+  (0.0ms) SAVEPOINT active_record_1
6492
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "0139b5c2-73b4-47e8-b18f-61bf27355c1b"], ["created_at", "2015-07-02 21:26:28.358016"], ["updated_at", "2015-07-02 21:26:28.358016"]]
6493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6494
+  (0.0ms) SAVEPOINT active_record_1
6495
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "ef8ac5d3-c598-4a4d-9960-a5bd53fe1f0c"], ["created_at", "2015-07-02 21:26:28.360093"], ["updated_at", "2015-07-02 21:26:28.360093"]]
6496
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6497
+  (0.0ms) SAVEPOINT active_record_1
6498
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "c3eca4e4-fad6-45e8-be2d-fe9d71463465"], ["created_at", "2015-07-02 21:26:28.362546"], ["updated_at", "2015-07-02 21:26:28.362546"]]
6499
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6500
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6501
+ Processing by Fuel::Admin::PostsController#create as HTML
6502
+ Parameters: {"fuel_post"=>{"published"=>false}}
6503
+  (0.0ms) SAVEPOINT active_record_1
6504
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "5c5279f2-ced8-4bfe-8512-cbd7dea5f84d"], ["created_at", "2015-07-02 21:26:28.367407"], ["updated_at", "2015-07-02 21:26:28.367407"]]
6505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6506
+ Redirected to http://test.host/blog/admin/posts
6507
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
6508
+  (0.5ms) rollback transaction
6509
+  (0.0ms) begin transaction
6510
+  (0.0ms) commit transaction
6511
+  (0.0ms) begin transaction
6512
+  (0.0ms) SAVEPOINT active_record_1
6513
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "c7d59f20-129e-4c5d-81be-da9112cc2d4b"], ["created_at", "2015-07-02 21:26:28.372626"], ["updated_at", "2015-07-02 21:26:28.372626"]]
6514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6515
+  (0.1ms) SAVEPOINT active_record_1
6516
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "252ce0d3-4d89-4f7b-8d19-a138828848ae"], ["created_at", "2015-07-02 21:26:28.374911"], ["updated_at", "2015-07-02 21:26:28.374911"]]
6517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6518
+  (0.0ms) SAVEPOINT active_record_1
6519
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "aa12f4f8-7e2a-45b7-ad0c-16faf78b7932"], ["created_at", "2015-07-02 21:26:28.377105"], ["updated_at", "2015-07-02 21:26:28.377105"]]
6520
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6521
+  (0.1ms) SAVEPOINT active_record_1
6522
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a8cfc070-2062-4f78-9f87-36021811caa0"], ["created_at", "2015-07-02 21:26:28.380474"], ["updated_at", "2015-07-02 21:26:28.380474"]]
6523
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6524
+  (0.0ms) SAVEPOINT active_record_1
6525
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "b2e71dc5-681a-4d54-b6ed-bd43253b6f25"], ["created_at", "2015-07-02 21:26:28.383196"], ["updated_at", "2015-07-02 21:26:28.383196"]]
6526
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6527
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6528
+ Processing by Fuel::Admin::PostsController#create as HTML
6529
+ Parameters: {"fuel_post"=>{"published"=>true, "title"=>nil}}
6530
+  (0.1ms) SAVEPOINT active_record_1
6531
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
6532
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/new.html.erb within layouts/fuel/application (0.3ms)
6533
+ Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.1ms)
6534
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6535
+  (0.4ms) rollback transaction
6536
+  (0.0ms) begin transaction
6537
+  (0.0ms) commit transaction
6538
+  (0.0ms) begin transaction
6539
+  (0.0ms) SAVEPOINT active_record_1
6540
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a2e53628-f3b1-43b2-b598-126a5f2cdc53"], ["created_at", "2015-07-02 21:26:28.397867"], ["updated_at", "2015-07-02 21:26:28.397867"]]
6541
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6542
+  (0.0ms) SAVEPOINT active_record_1
6543
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "4c17e3b4-e515-4561-b569-44f1f5e9b3cc"], ["created_at", "2015-07-02 21:26:28.400554"], ["updated_at", "2015-07-02 21:26:28.400554"]]
6544
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6545
+  (0.0ms) SAVEPOINT active_record_1
6546
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "e9430c61-f84d-496a-a2c8-5cdbee716233"], ["created_at", "2015-07-02 21:26:28.403064"], ["updated_at", "2015-07-02 21:26:28.403064"]]
6547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6548
+  (0.0ms) SAVEPOINT active_record_1
6549
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "b0333ddb-059d-453b-817f-f89531cfd403"], ["created_at", "2015-07-02 21:26:28.405202"], ["updated_at", "2015-07-02 21:26:28.405202"]]
6550
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6551
+  (0.0ms) SAVEPOINT active_record_1
6552
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "d317b131-1261-4abe-8b70-4fb772bc06bf"], ["created_at", "2015-07-02 21:26:28.407574"], ["updated_at", "2015-07-02 21:26:28.407574"]]
6553
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6554
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6555
+ Processing by Fuel::Admin::PostsController#create as HTML
6556
+ Parameters: {"fuel_post"=>{"published"=>true, "title"=>nil}}
6557
+  (0.0ms) SAVEPOINT active_record_1
6558
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
6559
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/new.html.erb within layouts/fuel/application (0.2ms)
6560
+ Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)
6561
+  (0.7ms) rollback transaction
6562
+  (0.1ms) begin transaction
6563
+  (0.0ms) commit transaction
6564
+  (0.0ms) begin transaction
6565
+  (0.1ms) SAVEPOINT active_record_1
6566
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "37cde8c3-8a08-444a-9b42-454f460d0190"], ["created_at", "2015-07-02 21:26:28.419637"], ["updated_at", "2015-07-02 21:26:28.419637"]]
6567
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6568
+  (0.0ms) SAVEPOINT active_record_1
6569
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "702e9d18-1c5c-4ec9-b466-572571c80d8e"], ["created_at", "2015-07-02 21:26:28.421954"], ["updated_at", "2015-07-02 21:26:28.421954"]]
6570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6571
+  (0.0ms) SAVEPOINT active_record_1
6572
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "7f28da68-a740-4373-b5a2-fa80933bfeac"], ["created_at", "2015-07-02 21:26:28.424101"], ["updated_at", "2015-07-02 21:26:28.424101"]]
6573
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6574
+  (0.0ms) SAVEPOINT active_record_1
6575
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "80388205-e46d-4ce8-b8fa-2ca9b91af0ff"], ["created_at", "2015-07-02 21:26:28.426123"], ["updated_at", "2015-07-02 21:26:28.426123"]]
6576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6577
+  (0.1ms) SAVEPOINT active_record_1
6578
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "5b38e5d0-d9d5-44cf-8f74-dc39dbd7c008"], ["created_at", "2015-07-02 21:26:28.428297"], ["updated_at", "2015-07-02 21:26:28.428297"]]
6579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6580
+  (0.0ms) SAVEPOINT active_record_1
6581
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "faa25c46-9650-4986-b930-19f318fc274e"], ["created_at", "2015-07-02 21:26:28.432027"], ["updated_at", "2015-07-02 21:26:28.432027"]]
6582
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6583
+ Processing by Fuel::Admin::PostsController#update as HTML
6584
+ Parameters: {"fuel_post"=>{"published"=>false, "title"=>"Is this thing on?"}, "id"=>"faa25c46-9650-4986-b930-19f318fc274e"}
6585
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "faa25c46-9650-4986-b930-19f318fc274e"]]
6586
+  (0.1ms) SAVEPOINT active_record_1
6587
+ SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = ? [["title", "Is this thing on?"], ["updated_at", "2015-07-02 21:26:28.437237"], ["id", 6]]
6588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6589
+ Redirected to http://test.host/blog/admin/posts/faa25c46-9650-4986-b930-19f318fc274e/edit
6590
+ Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
6591
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 6]]
6592
+  (0.5ms) rollback transaction
6593
+  (0.0ms) begin transaction
6594
+  (0.0ms) commit transaction
6595
+  (0.0ms) begin transaction
6596
+  (0.0ms) SAVEPOINT active_record_1
6597
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "f5839261-a90a-4f70-9cb4-aaffd5d82bec"], ["created_at", "2015-07-02 21:26:28.444463"], ["updated_at", "2015-07-02 21:26:28.444463"]]
6598
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6599
+  (0.0ms) SAVEPOINT active_record_1
6600
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "8498c634-d211-46bf-9f7d-f8293ba3dced"], ["created_at", "2015-07-02 21:26:28.447066"], ["updated_at", "2015-07-02 21:26:28.447066"]]
6601
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6602
+  (0.1ms) SAVEPOINT active_record_1
6603
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "ac000411-698d-46a6-82ed-7db1d5cddba7"], ["created_at", "2015-07-02 21:26:28.449751"], ["updated_at", "2015-07-02 21:26:28.449751"]]
6604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6605
+  (0.0ms) SAVEPOINT active_record_1
6606
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "9e7a9e8c-510f-4a8f-81f6-0be466071ef2"], ["created_at", "2015-07-02 21:26:28.452218"], ["updated_at", "2015-07-02 21:26:28.452218"]]
6607
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6608
+  (0.0ms) SAVEPOINT active_record_1
6609
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "4e629e2f-0dd5-4c13-9c61-f531e000945f"], ["created_at", "2015-07-02 21:26:28.454364"], ["updated_at", "2015-07-02 21:26:28.454364"]]
6610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6611
+  (0.0ms) SAVEPOINT active_record_1
6612
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "7c4ef559-be0a-4fd6-a04e-0ad320e8ec46"], ["created_at", "2015-07-02 21:26:28.457935"], ["updated_at", "2015-07-02 21:26:28.457935"]]
6613
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6614
+ Processing by Fuel::Admin::PostsController#update as HTML
6615
+ Parameters: {"fuel_post"=>{"published"=>false}, "id"=>"7c4ef559-be0a-4fd6-a04e-0ad320e8ec46"}
6616
+ Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "7c4ef559-be0a-4fd6-a04e-0ad320e8ec46"]]
6617
+  (0.1ms) SAVEPOINT active_record_1
6618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6619
+ Redirected to http://test.host/blog/admin/posts/7c4ef559-be0a-4fd6-a04e-0ad320e8ec46/edit
6620
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
6621
+  (0.5ms) rollback transaction
6622
+  (0.0ms) begin transaction
6623
+  (0.0ms) commit transaction
6624
+  (0.0ms) begin transaction
6625
+  (0.0ms) SAVEPOINT active_record_1
6626
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "036f3f21-b38f-499e-b378-4273d37189f4"], ["created_at", "2015-07-02 21:26:28.466641"], ["updated_at", "2015-07-02 21:26:28.466641"]]
6627
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6628
+  (0.0ms) SAVEPOINT active_record_1
6629
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "181b21e8-1d86-4c1a-9329-943b514ab475"], ["created_at", "2015-07-02 21:26:28.468912"], ["updated_at", "2015-07-02 21:26:28.468912"]]
6630
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6631
+  (0.0ms) SAVEPOINT active_record_1
6632
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "84a1d1a3-e46d-4114-9ee9-f17a6cfcab74"], ["created_at", "2015-07-02 21:26:28.471031"], ["updated_at", "2015-07-02 21:26:28.471031"]]
6633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6634
+  (0.0ms) SAVEPOINT active_record_1
6635
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "15437572-1a47-48cc-a1fd-e5b1133809a3"], ["created_at", "2015-07-02 21:26:28.472960"], ["updated_at", "2015-07-02 21:26:28.472960"]]
6636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6637
+  (0.0ms) SAVEPOINT active_record_1
6638
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "243638c6-a234-4f66-ac82-8282d7bc9f6a"], ["created_at", "2015-07-02 21:26:28.475619"], ["updated_at", "2015-07-02 21:26:28.475619"]]
6639
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6640
+  (0.1ms) SAVEPOINT active_record_1
6641
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "7930b8ce-d840-4c27-8137-b3fd7bd70e96"], ["created_at", "2015-07-02 21:26:28.480327"], ["updated_at", "2015-07-02 21:26:28.480327"]]
6642
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6643
+ Processing by Fuel::Admin::PostsController#update as HTML
6644
+ Parameters: {"fuel_post"=>{"published"=>true, "title"=>nil, "content"=>"Hopefully I don't persist", "published_at"=>"07/02/2015"}, "id"=>"7930b8ce-d840-4c27-8137-b3fd7bd70e96"}
6645
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "7930b8ce-d840-4c27-8137-b3fd7bd70e96"]]
6646
+  (0.1ms) SAVEPOINT active_record_1
6647
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
6648
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/edit.html.erb within layouts/fuel/application (0.3ms)
6649
+ Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)
6650
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 6]]
6651
+  (0.5ms) rollback transaction
6652
+  (0.1ms) begin transaction
6653
+  (0.0ms) commit transaction
6654
+  (0.0ms) begin transaction
6655
+  (0.0ms) SAVEPOINT active_record_1
6656
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "c7028a7a-2df9-436c-97a3-060bd4714cac"], ["created_at", "2015-07-02 21:26:28.493405"], ["updated_at", "2015-07-02 21:26:28.493405"]]
6657
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6658
+  (0.0ms) SAVEPOINT active_record_1
6659
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "aa8c1547-b787-48ce-af0c-1cd11603a9d5"], ["created_at", "2015-07-02 21:26:28.495833"], ["updated_at", "2015-07-02 21:26:28.495833"]]
6660
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6661
+  (0.0ms) SAVEPOINT active_record_1
6662
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "afe2006f-706f-487d-a9b2-b9521811db12"], ["created_at", "2015-07-02 21:26:28.498522"], ["updated_at", "2015-07-02 21:26:28.498522"]]
6663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6664
+  (0.0ms) SAVEPOINT active_record_1
6665
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "3cab4382-b9f1-4ed5-8401-5f5dcd576d2c"], ["created_at", "2015-07-02 21:26:28.500966"], ["updated_at", "2015-07-02 21:26:28.500966"]]
6666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6667
+  (0.0ms) SAVEPOINT active_record_1
6668
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "3911dfbb-e339-4724-a8a3-967e78b04571"], ["created_at", "2015-07-02 21:26:28.503307"], ["updated_at", "2015-07-02 21:26:28.503307"]]
6669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6670
+  (0.1ms) SAVEPOINT active_record_1
6671
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "0e05f895-821d-40ee-bb39-83d173995153"], ["created_at", "2015-07-02 21:26:28.507036"], ["updated_at", "2015-07-02 21:26:28.507036"]]
6672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6673
+ Processing by Fuel::Admin::PostsController#update as HTML
6674
+ Parameters: {"fuel_post"=>{"published"=>true, "title"=>nil, "content"=>"<p>Some content for a blog post</p>", "published_at"=>"07/02/2015"}, "id"=>"0e05f895-821d-40ee-bb39-83d173995153"}
6675
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "0e05f895-821d-40ee-bb39-83d173995153"]]
6676
+  (0.0ms) SAVEPOINT active_record_1
6677
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
6678
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/edit.html.erb within layouts/fuel/application (0.3ms)
6679
+ Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)
6680
+  (0.5ms) rollback transaction
6681
+  (0.2ms) begin transaction
6682
+  (0.1ms) commit transaction
6683
+  (0.1ms) begin transaction
6684
+  (0.1ms) SAVEPOINT active_record_1
6685
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "33b7e88c-b5bd-4b9f-bac3-dd606cc805ef"], ["created_at", "2015-07-02 21:26:28.518444"], ["updated_at", "2015-07-02 21:26:28.518444"]]
6686
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6687
+  (0.0ms) SAVEPOINT active_record_1
6688
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "ddfcf4e4-c842-4576-8544-e660d1d86e8a"], ["created_at", "2015-07-02 21:26:28.521069"], ["updated_at", "2015-07-02 21:26:28.521069"]]
6689
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6690
+  (0.0ms) SAVEPOINT active_record_1
6691
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "6e0b1d6c-2f5a-4dd1-8ccc-478d0d79fe1d"], ["created_at", "2015-07-02 21:26:28.523306"], ["updated_at", "2015-07-02 21:26:28.523306"]]
6692
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6693
+  (0.1ms) SAVEPOINT active_record_1
6694
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "2a936590-96e9-4363-8fa8-51711f483992"], ["created_at", "2015-07-02 21:26:28.525541"], ["updated_at", "2015-07-02 21:26:28.525541"]]
6695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6696
+  (0.0ms) SAVEPOINT active_record_1
6697
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "d2e7c2b3-d4cf-4cdb-b559-e74c25001e1e"], ["created_at", "2015-07-02 21:26:28.527663"], ["updated_at", "2015-07-02 21:26:28.527663"]]
6698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6699
+  (0.0ms) SAVEPOINT active_record_1
6700
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a568bbaf-7166-49de-a865-29d7bc77658b"], ["created_at", "2015-07-02 21:26:28.529674"], ["updated_at", "2015-07-02 21:26:28.529674"]]
6701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6702
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6703
+ Processing by Fuel::Admin::PostsController#destroy as HTML
6704
+ Parameters: {"id"=>"a568bbaf-7166-49de-a865-29d7bc77658b"}
6705
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "a568bbaf-7166-49de-a865-29d7bc77658b"]]
6706
+  (0.1ms) SAVEPOINT active_record_1
6707
+ SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 6]]
6708
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6709
+ Redirected to http://test.host/blog/admin/posts
6710
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
6711
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"
6712
+  (0.6ms) rollback transaction
6713
+  (0.1ms) begin transaction
6714
+  (0.1ms) commit transaction
6715
+  (0.1ms) begin transaction
6716
+  (0.1ms) SAVEPOINT active_record_1
6717
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "84e5a37c-07ab-46be-a308-f52d9c757bcf"], ["created_at", "2015-07-02 21:26:28.539473"], ["updated_at", "2015-07-02 21:26:28.539473"]]
6718
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6719
+  (0.0ms) SAVEPOINT active_record_1
6720
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "17666c4e-f23b-45b0-8d82-6ab1d426bef3"], ["created_at", "2015-07-02 21:26:28.541996"], ["updated_at", "2015-07-02 21:26:28.541996"]]
6721
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6722
+  (0.0ms) SAVEPOINT active_record_1
6723
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "7c221907-f06b-463f-ba89-1026e36789be"], ["created_at", "2015-07-02 21:26:28.544342"], ["updated_at", "2015-07-02 21:26:28.544342"]]
6724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6725
+  (0.1ms) SAVEPOINT active_record_1
6726
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "1359c875-e44f-403a-825c-a2196e24aa7c"], ["created_at", "2015-07-02 21:26:28.547232"], ["updated_at", "2015-07-02 21:26:28.547232"]]
6727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6728
+  (0.0ms) SAVEPOINT active_record_1
6729
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "f7f31eb1-ce0a-49e3-b24a-1b56817606ec"], ["created_at", "2015-07-02 21:26:28.549618"], ["updated_at", "2015-07-02 21:26:28.549618"]]
6730
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6731
+  (0.1ms) SAVEPOINT active_record_1
6732
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "4db9bf21-6225-410b-8862-da5af35c6d0a"], ["created_at", "2015-07-02 21:26:28.551849"], ["updated_at", "2015-07-02 21:26:28.551849"]]
6733
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6734
+ Processing by Fuel::Admin::PostsController#destroy as HTML
6735
+ Parameters: {"id"=>"4db9bf21-6225-410b-8862-da5af35c6d0a"}
6736
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "4db9bf21-6225-410b-8862-da5af35c6d0a"]]
6737
+  (0.0ms) SAVEPOINT active_record_1
6738
+ SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 6]]
6739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6740
+ Redirected to http://test.host/blog/admin/posts
6741
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
6742
+  (0.5ms) rollback transaction
6743
+  (0.0ms) begin transaction
6744
+  (0.0ms) commit transaction
6745
+  (0.0ms) begin transaction
6746
+  (0.0ms) SAVEPOINT active_record_1
6747
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.559777"], ["updated_at", "2015-07-02 21:26:28.559777"]]
6748
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6749
+  (0.1ms) SAVEPOINT active_record_1
6750
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6751
+ SQL (0.4ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-13 21:26:28.565018"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:28.704455"], ["updated_at", "2015-07-02 21:26:28.704455"]]
6752
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6753
+  (0.0ms) SAVEPOINT active_record_1
6754
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.707262"], ["updated_at", "2015-07-02 21:26:28.707262"]]
6755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6756
+  (0.0ms) SAVEPOINT active_record_1
6757
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6758
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-09 21:26:28.708722"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-c7d2e6b3-28a3-4fed-bf1d-95a32b62614a"], ["created_at", "2015-07-02 21:26:28.711225"], ["updated_at", "2015-07-02 21:26:28.711225"]]
6759
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6760
+  (0.1ms) SAVEPOINT active_record_1
6761
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.713608"], ["updated_at", "2015-07-02 21:26:28.713608"]]
6762
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6763
+  (0.0ms) SAVEPOINT active_record_1
6764
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6765
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-16 21:26:28.714856"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-52bd05ff-a356-459f-9452-89d3ab87a5db"], ["created_at", "2015-07-02 21:26:28.717179"], ["updated_at", "2015-07-02 21:26:28.717179"]]
6766
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6767
+  (0.0ms) SAVEPOINT active_record_1
6768
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.719300"], ["updated_at", "2015-07-02 21:26:28.719300"]]
6769
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6770
+  (0.0ms) SAVEPOINT active_record_1
6771
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6772
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-03 21:26:28.720596"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-540af826-bd8b-4f36-a1cb-8b6032455f14"], ["created_at", "2015-07-02 21:26:28.722546"], ["updated_at", "2015-07-02 21:26:28.722546"]]
6773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6774
+  (0.0ms) SAVEPOINT active_record_1
6775
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.724618"], ["updated_at", "2015-07-02 21:26:28.724618"]]
6776
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6777
+  (0.0ms) SAVEPOINT active_record_1
6778
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6779
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-02 21:26:28.725948"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-07e30826-233d-4d6b-a288-44897e74a8aa"], ["created_at", "2015-07-02 21:26:28.728037"], ["updated_at", "2015-07-02 21:26:28.728037"]]
6780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6781
+  (0.0ms) SAVEPOINT active_record_1
6782
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.730108"], ["updated_at", "2015-07-02 21:26:28.730108"]]
6783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6784
+  (0.0ms) SAVEPOINT active_record_1
6785
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6786
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-02 21:26:28.731355"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-071d7c5f-94d5-4aea-b1dc-ef58a9fe680b"], ["created_at", "2015-07-02 21:26:28.733358"], ["updated_at", "2015-07-02 21:26:28.733358"]]
6787
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6788
+  (0.0ms) SAVEPOINT active_record_1
6789
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.735433"], ["updated_at", "2015-07-02 21:26:28.735433"]]
6790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6791
+  (0.1ms) SAVEPOINT active_record_1
6792
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6793
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-09 21:26:28.736628"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-31323d90-140d-4261-a914-735fc301c823"], ["created_at", "2015-07-02 21:26:28.738851"], ["updated_at", "2015-07-02 21:26:28.738851"]]
6794
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6795
+  (0.0ms) SAVEPOINT active_record_1
6796
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.741099"], ["updated_at", "2015-07-02 21:26:28.741099"]]
6797
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6798
+  (0.0ms) SAVEPOINT active_record_1
6799
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6800
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-17 21:26:28.742344"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-a2d4c837-4ba7-4c22-85de-b36fe10849ee"], ["created_at", "2015-07-02 21:26:28.744298"], ["updated_at", "2015-07-02 21:26:28.744298"]]
6801
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6802
+  (0.0ms) SAVEPOINT active_record_1
6803
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.746338"], ["updated_at", "2015-07-02 21:26:28.746338"]]
6804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6805
+  (0.0ms) SAVEPOINT active_record_1
6806
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6807
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-10 21:26:28.747516"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-fde1248e-29a3-44bd-91b8-a6b51b5c72b7"], ["created_at", "2015-07-02 21:26:28.749615"], ["updated_at", "2015-07-02 21:26:28.749615"]]
6808
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6809
+  (0.1ms) SAVEPOINT active_record_1
6810
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.751788"], ["updated_at", "2015-07-02 21:26:28.751788"]]
6811
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6812
+  (0.0ms) SAVEPOINT active_record_1
6813
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6814
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-09 21:26:28.753006"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-57495970-efd7-464b-bf60-4be690bbb863"], ["created_at", "2015-07-02 21:26:28.755012"], ["updated_at", "2015-07-02 21:26:28.755012"]]
6815
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6816
+  (0.0ms) SAVEPOINT active_record_1
6817
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "a474fe33-2321-4d15-bdd0-0b85b2f3081f"], ["created_at", "2015-07-02 21:26:28.757116"], ["updated_at", "2015-07-02 21:26:28.757116"]]
6818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6819
+ Processing by Fuel::PostsController#index as HTML
6820
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/index.html.erb within layouts/application (0.2ms)
6821
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)
6822
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count
6823
+  (0.5ms) rollback transaction
6824
+  (0.1ms) begin transaction
6825
+  (0.0ms) commit transaction
6826
+  (0.0ms) begin transaction
6827
+  (0.0ms) SAVEPOINT active_record_1
6828
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.770599"], ["updated_at", "2015-07-02 21:26:28.770599"]]
6829
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6830
+  (0.0ms) SAVEPOINT active_record_1
6831
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6832
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-10 21:26:28.772389"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:28.774321"], ["updated_at", "2015-07-02 21:26:28.774321"]]
6833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6834
+  (0.0ms) SAVEPOINT active_record_1
6835
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.776784"], ["updated_at", "2015-07-02 21:26:28.776784"]]
6836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6837
+  (0.0ms) SAVEPOINT active_record_1
6838
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6839
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-26 21:26:28.778521"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-dc7c6c3c-7d2c-499c-a5eb-4ca943019d27"], ["created_at", "2015-07-02 21:26:28.780906"], ["updated_at", "2015-07-02 21:26:28.780906"]]
6840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6841
+  (0.0ms) SAVEPOINT active_record_1
6842
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.783121"], ["updated_at", "2015-07-02 21:26:28.783121"]]
6843
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6844
+  (0.0ms) SAVEPOINT active_record_1
6845
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6846
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-02 21:26:28.784420"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-c88a74c9-f115-4465-918c-5aaadde94490"], ["created_at", "2015-07-02 21:26:28.786482"], ["updated_at", "2015-07-02 21:26:28.786482"]]
6847
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6848
+  (0.0ms) SAVEPOINT active_record_1
6849
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.788577"], ["updated_at", "2015-07-02 21:26:28.788577"]]
6850
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6851
+  (0.0ms) SAVEPOINT active_record_1
6852
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6853
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-02 21:26:28.789816"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-07df0274-9ecc-49b0-b380-738f2aaea505"], ["created_at", "2015-07-02 21:26:28.791777"], ["updated_at", "2015-07-02 21:26:28.791777"]]
6854
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6855
+  (0.0ms) SAVEPOINT active_record_1
6856
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.793808"], ["updated_at", "2015-07-02 21:26:28.793808"]]
6857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6858
+  (0.0ms) SAVEPOINT active_record_1
6859
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6860
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-03-29 21:26:28.795033"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b1667e5b-8378-4541-ade5-a114d57b928d"], ["created_at", "2015-07-02 21:26:28.796955"], ["updated_at", "2015-07-02 21:26:28.796955"]]
6861
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6862
+  (0.0ms) SAVEPOINT active_record_1
6863
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.799007"], ["updated_at", "2015-07-02 21:26:28.799007"]]
6864
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6865
+  (0.0ms) SAVEPOINT active_record_1
6866
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6867
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-23 21:26:28.800426"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-f0833b91-65ca-4334-a24d-44ad14f42a80"], ["created_at", "2015-07-02 21:26:28.802536"], ["updated_at", "2015-07-02 21:26:28.802536"]]
6868
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6869
+  (0.1ms) SAVEPOINT active_record_1
6870
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.805475"], ["updated_at", "2015-07-02 21:26:28.805475"]]
6871
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6872
+  (0.0ms) SAVEPOINT active_record_1
6873
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6874
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-19 21:26:28.807494"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-1602621b-62b5-4a03-a7cd-88dad8881ea0"], ["created_at", "2015-07-02 21:26:28.809874"], ["updated_at", "2015-07-02 21:26:28.809874"]]
6875
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6876
+  (0.0ms) SAVEPOINT active_record_1
6877
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.812242"], ["updated_at", "2015-07-02 21:26:28.812242"]]
6878
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6879
+  (0.0ms) SAVEPOINT active_record_1
6880
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6881
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-21 21:26:28.813586"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-51f0c4d8-5e99-43d0-84bc-6cf97554886f"], ["created_at", "2015-07-02 21:26:28.816120"], ["updated_at", "2015-07-02 21:26:28.816120"]]
6882
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6883
+  (0.0ms) SAVEPOINT active_record_1
6884
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.818562"], ["updated_at", "2015-07-02 21:26:28.818562"]]
6885
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6886
+  (0.0ms) SAVEPOINT active_record_1
6887
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6888
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-18 21:26:28.819825"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-83b58c8e-30fa-4aed-b39e-daa7658ba61a"], ["created_at", "2015-07-02 21:26:28.821895"], ["updated_at", "2015-07-02 21:26:28.821895"]]
6889
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6890
+  (0.0ms) SAVEPOINT active_record_1
6891
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.823964"], ["updated_at", "2015-07-02 21:26:28.823964"]]
6892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6893
+  (0.0ms) SAVEPOINT active_record_1
6894
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6895
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-20 21:26:28.825223"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-5fc186a4-68d3-4e63-ae05-db45f0e822a4"], ["created_at", "2015-07-02 21:26:28.827143"], ["updated_at", "2015-07-02 21:26:28.827143"]]
6896
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6897
+  (0.0ms) SAVEPOINT active_record_1
6898
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "061fa625-278d-41cf-9815-93c9a01161a1"], ["created_at", "2015-07-02 21:26:28.829195"], ["updated_at", "2015-07-02 21:26:28.829195"]]
6899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6900
+ Processing by Fuel::PostsController#index as HTML
6901
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/index.html.erb within layouts/application (0.2ms)
6902
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
6903
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count
6904
+  (1.5ms) rollback transaction
6905
+  (0.1ms) begin transaction
6906
+  (0.0ms) commit transaction
6907
+  (0.0ms) begin transaction
6908
+  (0.1ms) SAVEPOINT active_record_1
6909
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.838959"], ["updated_at", "2015-07-02 21:26:28.838959"]]
6910
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6911
+  (0.0ms) SAVEPOINT active_record_1
6912
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6913
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-03-25 21:26:28.840549"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:28.842381"], ["updated_at", "2015-07-02 21:26:28.842381"]]
6914
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6915
+  (0.0ms) SAVEPOINT active_record_1
6916
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.844685"], ["updated_at", "2015-07-02 21:26:28.844685"]]
6917
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6918
+  (0.0ms) SAVEPOINT active_record_1
6919
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6920
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-08 21:26:28.846415"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b94c3e9d-7375-4e8a-bb43-4ac29860b80e"], ["created_at", "2015-07-02 21:26:28.849004"], ["updated_at", "2015-07-02 21:26:28.849004"]]
6921
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6922
+  (0.0ms) SAVEPOINT active_record_1
6923
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.851424"], ["updated_at", "2015-07-02 21:26:28.851424"]]
6924
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6925
+  (0.0ms) SAVEPOINT active_record_1
6926
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6927
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-16 21:26:28.852709"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-faedc705-0ce3-4387-977e-b96c89aed37d"], ["created_at", "2015-07-02 21:26:28.854766"], ["updated_at", "2015-07-02 21:26:28.854766"]]
6928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6929
+  (0.0ms) SAVEPOINT active_record_1
6930
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.856955"], ["updated_at", "2015-07-02 21:26:28.856955"]]
6931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6932
+  (0.0ms) SAVEPOINT active_record_1
6933
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6934
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-22 21:26:28.858212"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-10b63e3a-e6f8-4b28-b755-5127d20f326c"], ["created_at", "2015-07-02 21:26:28.860228"], ["updated_at", "2015-07-02 21:26:28.860228"]]
6935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6936
+  (0.0ms) SAVEPOINT active_record_1
6937
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.862365"], ["updated_at", "2015-07-02 21:26:28.862365"]]
6938
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6939
+  (0.0ms) SAVEPOINT active_record_1
6940
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6941
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-25 21:26:28.863745"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-587bec07-8d1b-4019-9543-4670367e5d5d"], ["created_at", "2015-07-02 21:26:28.866421"], ["updated_at", "2015-07-02 21:26:28.866421"]]
6942
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6943
+  (0.0ms) SAVEPOINT active_record_1
6944
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.868914"], ["updated_at", "2015-07-02 21:26:28.868914"]]
6945
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6946
+  (0.1ms) SAVEPOINT active_record_1
6947
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6948
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-21 21:26:28.870331"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-251eb63d-40e2-49d7-8b0c-a1f790a0fe7f"], ["created_at", "2015-07-02 21:26:28.873644"], ["updated_at", "2015-07-02 21:26:28.873644"]]
6949
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6950
+  (0.0ms) SAVEPOINT active_record_1
6951
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.877734"], ["updated_at", "2015-07-02 21:26:28.877734"]]
6952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6953
+  (0.0ms) SAVEPOINT active_record_1
6954
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6955
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-07 21:26:28.879562"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-1d2eef32-80a0-42c9-9029-0a84c26bdea8"], ["created_at", "2015-07-02 21:26:28.882567"], ["updated_at", "2015-07-02 21:26:28.882567"]]
6956
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6957
+  (0.1ms) SAVEPOINT active_record_1
6958
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.886444"], ["updated_at", "2015-07-02 21:26:28.886444"]]
6959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6960
+  (0.0ms) SAVEPOINT active_record_1
6961
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6962
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-06 21:26:28.888011"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-0dcacc11-afaa-450e-b75f-364a7a9547b9"], ["created_at", "2015-07-02 21:26:28.890348"], ["updated_at", "2015-07-02 21:26:28.890348"]]
6963
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6964
+  (0.0ms) SAVEPOINT active_record_1
6965
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.892740"], ["updated_at", "2015-07-02 21:26:28.892740"]]
6966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6967
+  (0.0ms) SAVEPOINT active_record_1
6968
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6969
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-16 21:26:28.894155"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-02358658-1869-4701-91a3-f732df66395b"], ["created_at", "2015-07-02 21:26:28.896417"], ["updated_at", "2015-07-02 21:26:28.896417"]]
6970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6971
+  (0.0ms) SAVEPOINT active_record_1
6972
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.898751"], ["updated_at", "2015-07-02 21:26:28.898751"]]
6973
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6974
+  (0.0ms) SAVEPOINT active_record_1
6975
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6976
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-13 21:26:28.900542"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-01a47e0a-7ed1-4374-9aa0-a064c477e294"], ["created_at", "2015-07-02 21:26:28.903058"], ["updated_at", "2015-07-02 21:26:28.903058"]]
6977
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6978
+  (0.0ms) SAVEPOINT active_record_1
6979
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "9ef7d050-0215-4a79-a1c0-f16619d1af5b"], ["created_at", "2015-07-02 21:26:28.905553"], ["updated_at", "2015-07-02 21:26:28.905553"]]
6980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6981
+ Processing by Fuel::PostsController#index as HTML
6982
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/index.html.erb within layouts/application (0.3ms)
6983
+ Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
6984
+  (0.6ms) rollback transaction
6985
+  (0.1ms) begin transaction
6986
+  (0.1ms) commit transaction
6987
+  (0.0ms) begin transaction
6988
+  (0.0ms) SAVEPOINT active_record_1
6989
+ SQL (0.4ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.915143"], ["updated_at", "2015-07-02 21:26:28.915143"]]
6990
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6991
+  (0.0ms) SAVEPOINT active_record_1
6992
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6993
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-11 21:26:28.917051"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:28.919250"], ["updated_at", "2015-07-02 21:26:28.919250"]]
6994
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6995
+ Processing by Fuel::PostsController#show as HTML
6996
+ Parameters: {"id"=>"illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"}
6997
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
6998
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/application (0.3ms)
6999
+ Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)
7000
+  (0.5ms) rollback transaction
7001
+  (0.1ms) begin transaction
7002
+  (0.0ms) commit transaction
7003
+  (0.0ms) begin transaction
7004
+  (0.0ms) SAVEPOINT active_record_1
7005
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.928423"], ["updated_at", "2015-07-02 21:26:28.928423"]]
7006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7007
+  (0.0ms) SAVEPOINT active_record_1
7008
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7009
+ SQL (0.4ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-12 21:26:28.930079"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:28.932630"], ["updated_at", "2015-07-02 21:26:28.932630"]]
7010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7011
+ Processing by Fuel::PostsController#show as HTML
7012
+ Parameters: {"id"=>"1"}
7013
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "1"]]
7014
+ Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]
7015
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/application (0.2ms)
7016
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
7017
+  (0.6ms) rollback transaction
7018
+  (0.0ms) begin transaction
7019
+  (0.0ms) commit transaction
7020
+  (0.0ms) begin transaction
7021
+  (0.0ms) SAVEPOINT active_record_1
7022
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.941642"], ["updated_at", "2015-07-02 21:26:28.941642"]]
7023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7024
+  (0.0ms) SAVEPOINT active_record_1
7025
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7026
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-01 21:26:28.943290"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:28.945567"], ["updated_at", "2015-07-02 21:26:28.945567"]]
7027
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7028
+ Processing by Fuel::PostsController#show as HTML
7029
+ Parameters: {"id"=>"illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"}
7030
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7031
+ Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/posts/show.html.erb within layouts/application (0.4ms)
7032
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.2ms)
7033
+  (0.6ms) rollback transaction
7034
+  (0.1ms) begin transaction
7035
+  (0.1ms) commit transaction
7036
+  (0.0ms) begin transaction
7037
+  (0.0ms) rollback transaction
7038
+  (0.0ms) begin transaction
7039
+  (0.1ms) commit transaction
7040
+  (0.0ms) begin transaction
7041
+  (0.1ms) rollback transaction
7042
+  (0.1ms) begin transaction
7043
+  (0.1ms) commit transaction
7044
+  (0.0ms) begin transaction
7045
+  (0.1ms) rollback transaction
7046
+  (0.0ms) begin transaction
7047
+  (0.0ms) commit transaction
7048
+  (0.0ms) begin transaction
7049
+  (0.1ms) rollback transaction
7050
+  (0.0ms) begin transaction
7051
+  (0.0ms) commit transaction
7052
+  (0.0ms) begin transaction
7053
+  (0.0ms) rollback transaction
7054
+  (0.1ms) begin transaction
7055
+  (0.0ms) commit transaction
7056
+  (0.0ms) begin transaction
7057
+  (0.0ms) rollback transaction
7058
+  (0.0ms) begin transaction
7059
+  (0.0ms) commit transaction
7060
+  (0.0ms) begin transaction
7061
+  (0.1ms) SAVEPOINT active_record_1
7062
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["published", "f"], ["slug", "827f2d5d-b77e-4e4c-bd70-7fd2a8d754b5"], ["created_at", "2015-07-02 21:26:28.974353"], ["updated_at", "2015-07-02 21:26:28.974353"]]
7063
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7064
+  (0.3ms) rollback transaction
7065
+  (0.0ms) begin transaction
7066
+  (0.0ms) commit transaction
7067
+  (0.0ms) begin transaction
7068
+  (0.0ms) SAVEPOINT active_record_1
7069
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.978168"], ["updated_at", "2015-07-02 21:26:28.978168"]]
7070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7071
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7072
+  (0.3ms) rollback transaction
7073
+  (0.0ms) begin transaction
7074
+  (0.0ms) commit transaction
7075
+  (0.0ms) begin transaction
7076
+  (0.0ms) SAVEPOINT active_record_1
7077
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.983719"], ["updated_at", "2015-07-02 21:26:28.983719"]]
7078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7079
+  (0.3ms) rollback transaction
7080
+  (0.1ms) begin transaction
7081
+  (0.0ms) commit transaction
7082
+  (0.0ms) begin transaction
7083
+  (0.0ms) SAVEPOINT active_record_1
7084
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:28.992121"], ["updated_at", "2015-07-02 21:26:28.992121"]]
7085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7086
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7087
+  (0.3ms) rollback transaction
7088
+  (0.1ms) begin transaction
7089
+  (0.0ms) commit transaction
7090
+  (0.0ms) begin transaction
7091
+  (0.1ms) SAVEPOINT active_record_1
7092
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.001951"], ["updated_at", "2015-07-02 21:26:29.001951"]]
7093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7094
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7095
+  (0.3ms) rollback transaction
7096
+  (0.1ms) begin transaction
7097
+  (0.0ms) commit transaction
7098
+  (0.0ms) begin transaction
7099
+  (0.1ms) SAVEPOINT active_record_1
7100
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.012239"], ["updated_at", "2015-07-02 21:26:29.012239"]]
7101
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7102
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7103
+  (0.4ms) rollback transaction
7104
+  (0.0ms) begin transaction
7105
+  (0.0ms) commit transaction
7106
+  (0.1ms) begin transaction
7107
+  (0.0ms) SAVEPOINT active_record_1
7108
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.021778"], ["updated_at", "2015-07-02 21:26:29.021778"]]
7109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7110
+  (0.3ms) rollback transaction
7111
+  (0.0ms) begin transaction
7112
+  (0.0ms) commit transaction
7113
+  (0.0ms) begin transaction
7114
+  (0.1ms) SAVEPOINT active_record_1
7115
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.026057"], ["updated_at", "2015-07-02 21:26:29.026057"]]
7116
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7117
+  (0.0ms) SAVEPOINT active_record_1
7118
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7119
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-21 21:26:29.027548"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:29.029505"], ["updated_at", "2015-07-02 21:26:29.029505"]]
7120
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7121
+  (0.0ms) SAVEPOINT active_record_1
7122
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.032501"], ["updated_at", "2015-07-02 21:26:29.032501"]]
7123
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7124
+  (0.0ms) SAVEPOINT active_record_1
7125
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7126
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-13 21:26:29.033880"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-78160c23-43e0-4156-8562-2a3a7fa57e76"], ["created_at", "2015-07-02 21:26:29.035956"], ["updated_at", "2015-07-02 21:26:29.035956"]]
7127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7128
+  (0.0ms) SAVEPOINT active_record_1
7129
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.038450"], ["updated_at", "2015-07-02 21:26:29.038450"]]
7130
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7131
+  (0.0ms) SAVEPOINT active_record_1
7132
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7133
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-15 21:26:29.039951"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-946ccd2f-60da-4aa7-9801-d87b86344c92"], ["created_at", "2015-07-02 21:26:29.042440"], ["updated_at", "2015-07-02 21:26:29.042440"]]
7134
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7135
+  (0.0ms) SAVEPOINT active_record_1
7136
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.044837"], ["updated_at", "2015-07-02 21:26:29.044837"]]
7137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7138
+  (0.0ms) SAVEPOINT active_record_1
7139
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7140
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-11 21:26:29.046178"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-8c10077c-ebe9-4ea1-8f56-77444e2a1d07"], ["created_at", "2015-07-02 21:26:29.048333"], ["updated_at", "2015-07-02 21:26:29.048333"]]
7141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7142
+  (0.1ms) SAVEPOINT active_record_1
7143
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.051037"], ["updated_at", "2015-07-02 21:26:29.051037"]]
7144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7145
+  (0.1ms) SAVEPOINT active_record_1
7146
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7147
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-09 21:26:29.053928"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-7ad3aeec-3d77-4f5b-b522-02f6d0752475"], ["created_at", "2015-07-02 21:26:29.057109"], ["updated_at", "2015-07-02 21:26:29.057109"]]
7148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7149
+  (0.1ms) SAVEPOINT active_record_1
7150
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.060350"], ["updated_at", "2015-07-02 21:26:29.060350"]]
7151
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7152
+  (0.1ms) SAVEPOINT active_record_1
7153
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7154
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-25 21:26:29.062290"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b75c292e-25a8-4f8a-8dd5-5c65edcc1fff"], ["created_at", "2015-07-02 21:26:29.064911"], ["updated_at", "2015-07-02 21:26:29.064911"]]
7155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7156
+  (0.1ms) SAVEPOINT active_record_1
7157
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.068343"], ["updated_at", "2015-07-02 21:26:29.068343"]]
7158
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7159
+  (0.0ms) SAVEPOINT active_record_1
7160
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7161
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-28 21:26:29.069868"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-54d9de7d-cf69-4b2b-8315-85a9b4575f2a"], ["created_at", "2015-07-02 21:26:29.072407"], ["updated_at", "2015-07-02 21:26:29.072407"]]
7162
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7163
+  (0.0ms) SAVEPOINT active_record_1
7164
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.074797"], ["updated_at", "2015-07-02 21:26:29.074797"]]
7165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7166
+  (0.0ms) SAVEPOINT active_record_1
7167
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7168
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-15 21:26:29.076129"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-20f0172c-80ee-4d06-86cf-7de937c0119e"], ["created_at", "2015-07-02 21:26:29.078333"], ["updated_at", "2015-07-02 21:26:29.078333"]]
7169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7170
+  (0.0ms) SAVEPOINT active_record_1
7171
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.080659"], ["updated_at", "2015-07-02 21:26:29.080659"]]
7172
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7173
+  (0.0ms) SAVEPOINT active_record_1
7174
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7175
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-16 21:26:29.082038"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-30272c79-da66-487c-a191-bc44265c43ba"], ["created_at", "2015-07-02 21:26:29.084343"], ["updated_at", "2015-07-02 21:26:29.084343"]]
7176
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7177
+  (0.1ms) SAVEPOINT active_record_1
7178
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.086994"], ["updated_at", "2015-07-02 21:26:29.086994"]]
7179
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7180
+  (0.0ms) SAVEPOINT active_record_1
7181
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7182
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-03-25 21:26:29.088473"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-c11272ea-d134-485e-9cfb-337074da3210"], ["created_at", "2015-07-02 21:26:29.090715"], ["updated_at", "2015-07-02 21:26:29.090715"]]
7183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7184
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
7185
+  (5.7ms) rollback transaction
7186
+  (0.1ms) begin transaction
7187
+  (0.0ms) commit transaction
7188
+  (0.0ms) begin transaction
7189
+  (0.0ms) SAVEPOINT active_record_1
7190
+ SQL (0.3ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.102150"], ["updated_at", "2015-07-02 21:26:29.102150"]]
7191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7192
+  (0.0ms) SAVEPOINT active_record_1
7193
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7194
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-06 21:26:29.103960"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:29.106057"], ["updated_at", "2015-07-02 21:26:29.106057"]]
7195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7196
+  (0.0ms) SAVEPOINT active_record_1
7197
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.108595"], ["updated_at", "2015-07-02 21:26:29.108595"]]
7198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7199
+  (0.0ms) SAVEPOINT active_record_1
7200
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7201
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-14 21:26:29.109849"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-e90f5897-ab33-4fd1-888a-aad17bf5d864"], ["created_at", "2015-07-02 21:26:29.111941"], ["updated_at", "2015-07-02 21:26:29.111941"]]
7202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7203
+  (0.0ms) SAVEPOINT active_record_1
7204
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.114024"], ["updated_at", "2015-07-02 21:26:29.114024"]]
7205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7206
+  (0.1ms) SAVEPOINT active_record_1
7207
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7208
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-20 21:26:29.115249"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-aa008795-79cb-4ddd-b474-264ea3b5f203"], ["created_at", "2015-07-02 21:26:29.117363"], ["updated_at", "2015-07-02 21:26:29.117363"]]
7209
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7210
+  (0.0ms) SAVEPOINT active_record_1
7211
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.119839"], ["updated_at", "2015-07-02 21:26:29.119839"]]
7212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7213
+  (0.1ms) SAVEPOINT active_record_1
7214
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7215
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-17 21:26:29.121166"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-004f2ba5-3914-43ef-b386-47ebd04f8b7c"], ["created_at", "2015-07-02 21:26:29.123205"], ["updated_at", "2015-07-02 21:26:29.123205"]]
7216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7217
+  (0.0ms) SAVEPOINT active_record_1
7218
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.125200"], ["updated_at", "2015-07-02 21:26:29.125200"]]
7219
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7220
+  (0.1ms) SAVEPOINT active_record_1
7221
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7222
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-15 21:26:29.126393"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-0d530b1f-e1de-485d-9899-6713359b5c45"], ["created_at", "2015-07-02 21:26:29.128335"], ["updated_at", "2015-07-02 21:26:29.128335"]]
7223
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7224
+  (0.0ms) SAVEPOINT active_record_1
7225
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.130312"], ["updated_at", "2015-07-02 21:26:29.130312"]]
7226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7227
+  (0.0ms) SAVEPOINT active_record_1
7228
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7229
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-01 21:26:29.131560"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-ea4d9eb0-b354-42bd-9220-e895c89a42d3"], ["created_at", "2015-07-02 21:26:29.133672"], ["updated_at", "2015-07-02 21:26:29.133672"]]
7230
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7231
+  (0.1ms) SAVEPOINT active_record_1
7232
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.136640"], ["updated_at", "2015-07-02 21:26:29.136640"]]
7233
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7234
+  (0.1ms) SAVEPOINT active_record_1
7235
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7236
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-07 21:26:29.138927"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b25806f1-7695-40c3-a85a-1946041641a9"], ["created_at", "2015-07-02 21:26:29.141577"], ["updated_at", "2015-07-02 21:26:29.141577"]]
7237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7238
+  (0.0ms) SAVEPOINT active_record_1
7239
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.144281"], ["updated_at", "2015-07-02 21:26:29.144281"]]
7240
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7241
+  (0.0ms) SAVEPOINT active_record_1
7242
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7243
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-03 21:26:29.146128"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-16c92593-6ed8-45d7-bc3c-c9129bb0c6d9"], ["created_at", "2015-07-02 21:26:29.149897"], ["updated_at", "2015-07-02 21:26:29.149897"]]
7244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7245
+  (0.0ms) SAVEPOINT active_record_1
7246
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.153857"], ["updated_at", "2015-07-02 21:26:29.153857"]]
7247
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7248
+  (0.1ms) SAVEPOINT active_record_1
7249
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7250
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-01 21:26:29.155260"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-3b24002f-15c7-4f1c-9fd8-83c317093233"], ["created_at", "2015-07-02 21:26:29.157462"], ["updated_at", "2015-07-02 21:26:29.157462"]]
7251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7252
+  (0.0ms) SAVEPOINT active_record_1
7253
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.159549"], ["updated_at", "2015-07-02 21:26:29.159549"]]
7254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7255
+  (0.0ms) SAVEPOINT active_record_1
7256
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7257
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-09 21:26:29.160749"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-e8ba68dd-a594-467e-81e4-19a2ee4ca18d"], ["created_at", "2015-07-02 21:26:29.162686"], ["updated_at", "2015-07-02 21:26:29.162686"]]
7258
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7259
+  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
7260
+  (0.6ms) rollback transaction
7261
+  (0.0ms) begin transaction
7262
+  (0.0ms) commit transaction
7263
+  (0.0ms) begin transaction
7264
+  (0.0ms) SAVEPOINT active_record_1
7265
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.168381"], ["updated_at", "2015-07-02 21:26:29.168381"]]
7266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7267
+  (0.0ms) SAVEPOINT active_record_1
7268
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7269
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-04 21:26:29.169900"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:29.171765"], ["updated_at", "2015-07-02 21:26:29.171765"]]
7270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7271
+  (0.1ms) SAVEPOINT active_record_1
7272
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.174069"], ["updated_at", "2015-07-02 21:26:29.174069"]]
7273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7274
+  (0.0ms) SAVEPOINT active_record_1
7275
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7276
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-15 21:26:29.175415"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-60c95b25-0161-46ef-899c-e76f88979d27"], ["created_at", "2015-07-02 21:26:29.178249"], ["updated_at", "2015-07-02 21:26:29.178249"]]
7277
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7278
+  (0.0ms) SAVEPOINT active_record_1
7279
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.180792"], ["updated_at", "2015-07-02 21:26:29.180792"]]
7280
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7281
+  (0.0ms) SAVEPOINT active_record_1
7282
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7283
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-10 21:26:29.182274"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-6c8054be-dfa6-4a06-8fd6-d6036b21f4c8"], ["created_at", "2015-07-02 21:26:29.184587"], ["updated_at", "2015-07-02 21:26:29.184587"]]
7284
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7285
+  (0.1ms) SAVEPOINT active_record_1
7286
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.186992"], ["updated_at", "2015-07-02 21:26:29.186992"]]
7287
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7288
+  (0.0ms) SAVEPOINT active_record_1
7289
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7290
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-02 21:26:29.188391"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b8791899-a6de-4b6d-a8fd-c07ae2419677"], ["created_at", "2015-07-02 21:26:29.190657"], ["updated_at", "2015-07-02 21:26:29.190657"]]
7291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7292
+  (0.0ms) SAVEPOINT active_record_1
7293
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.192893"], ["updated_at", "2015-07-02 21:26:29.192893"]]
7294
+  (0.2ms) RELEASE SAVEPOINT active_record_1
7295
+  (0.1ms) SAVEPOINT active_record_1
7296
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7297
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-23 21:26:29.194914"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-34a7d5b8-a2f1-4d69-9f30-aafce74357da"], ["created_at", "2015-07-02 21:26:29.197759"], ["updated_at", "2015-07-02 21:26:29.197759"]]
7298
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7299
+  (0.1ms) SAVEPOINT active_record_1
7300
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.200754"], ["updated_at", "2015-07-02 21:26:29.200754"]]
7301
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7302
+  (0.1ms) SAVEPOINT active_record_1
7303
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7304
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-26 21:26:29.202817"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-adde5f83-5505-47f9-bb4d-968e5b92df3f"], ["created_at", "2015-07-02 21:26:29.205944"], ["updated_at", "2015-07-02 21:26:29.205944"]]
7305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7306
+  (0.0ms) SAVEPOINT active_record_1
7307
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.208456"], ["updated_at", "2015-07-02 21:26:29.208456"]]
7308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7309
+  (0.0ms) SAVEPOINT active_record_1
7310
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7311
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-09 21:26:29.209849"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-0fa83621-50f7-4ce7-b15b-937ba218ee30"], ["created_at", "2015-07-02 21:26:29.212087"], ["updated_at", "2015-07-02 21:26:29.212087"]]
7312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7313
+  (0.0ms) SAVEPOINT active_record_1
7314
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.214607"], ["updated_at", "2015-07-02 21:26:29.214607"]]
7315
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7316
+  (0.0ms) SAVEPOINT active_record_1
7317
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7318
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-08 21:26:29.216002"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-c74bfc34-a159-4064-8b54-b97c54f0b152"], ["created_at", "2015-07-02 21:26:29.218272"], ["updated_at", "2015-07-02 21:26:29.218272"]]
7319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7320
+  (0.0ms) SAVEPOINT active_record_1
7321
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.220414"], ["updated_at", "2015-07-02 21:26:29.220414"]]
7322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7323
+  (0.0ms) SAVEPOINT active_record_1
7324
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7325
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-25 21:26:29.221627"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-93c978ab-68bb-4aef-9648-49bcd8892b87"], ["created_at", "2015-07-02 21:26:29.223619"], ["updated_at", "2015-07-02 21:26:29.223619"]]
7326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7327
+  (0.0ms) SAVEPOINT active_record_1
7328
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.225678"], ["updated_at", "2015-07-02 21:26:29.225678"]]
7329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7330
+  (0.0ms) SAVEPOINT active_record_1
7331
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7332
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-21 21:26:29.227191"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-738242c3-a5f8-490b-8510-c54dd5210e12"], ["created_at", "2015-07-02 21:26:29.229248"], ["updated_at", "2015-07-02 21:26:29.229248"]]
7333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7334
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" ORDER BY published_at DESC, created_at DESC
7335
+  (0.6ms) rollback transaction
7336
+  (0.1ms) begin transaction
7337
+  (0.0ms) commit transaction
7338
+  (0.0ms) begin transaction
7339
+  (0.0ms) SAVEPOINT active_record_1
7340
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.235510"], ["updated_at", "2015-07-02 21:26:29.235510"]]
7341
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7342
+  (0.0ms) SAVEPOINT active_record_1
7343
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7344
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-15 21:26:29.237074"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:29.238935"], ["updated_at", "2015-07-02 21:26:29.238935"]]
7345
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7346
+  (0.1ms) SAVEPOINT active_record_1
7347
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.249655"], ["updated_at", "2015-07-02 21:26:29.249655"]]
7348
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7349
+  (0.1ms) SAVEPOINT active_record_1
7350
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7351
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-16 21:26:29.251797"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-dbb87fdb-84a7-48f3-b576-4ac2407c85b6"], ["created_at", "2015-07-02 21:26:29.255225"], ["updated_at", "2015-07-02 21:26:29.255225"]]
7352
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7353
+  (0.0ms) SAVEPOINT active_record_1
7354
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.258134"], ["updated_at", "2015-07-02 21:26:29.258134"]]
7355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7356
+  (0.0ms) SAVEPOINT active_record_1
7357
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7358
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-26 21:26:29.259471"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-179ed658-5fdf-4bb1-866b-9de11dfd6ecf"], ["created_at", "2015-07-02 21:26:29.261652"], ["updated_at", "2015-07-02 21:26:29.261652"]]
7359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7360
+  (0.0ms) SAVEPOINT active_record_1
7361
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.263741"], ["updated_at", "2015-07-02 21:26:29.263741"]]
7362
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7363
+  (0.0ms) SAVEPOINT active_record_1
7364
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7365
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-22 21:26:29.265016"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-146ad804-2909-4222-86e5-94bd8d5c709f"], ["created_at", "2015-07-02 21:26:29.267095"], ["updated_at", "2015-07-02 21:26:29.267095"]]
7366
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7367
+  (0.1ms) SAVEPOINT active_record_1
7368
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.269630"], ["updated_at", "2015-07-02 21:26:29.269630"]]
7369
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7370
+  (0.1ms) SAVEPOINT active_record_1
7371
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7372
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-23 21:26:29.271710"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-2a576bd0-76e7-42ee-8a10-289183df9dd0"], ["created_at", "2015-07-02 21:26:29.274370"], ["updated_at", "2015-07-02 21:26:29.274370"]]
7373
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7374
+  (0.0ms) SAVEPOINT active_record_1
7375
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.276685"], ["updated_at", "2015-07-02 21:26:29.276685"]]
7376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7377
+  (0.0ms) SAVEPOINT active_record_1
7378
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7379
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-30 21:26:29.278075"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-20cf2f29-bd9f-41b0-9baf-9cfc9e248af8"], ["created_at", "2015-07-02 21:26:29.280347"], ["updated_at", "2015-07-02 21:26:29.280347"]]
7380
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7381
+  (0.0ms) SAVEPOINT active_record_1
7382
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.282808"], ["updated_at", "2015-07-02 21:26:29.282808"]]
7383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7384
+  (0.0ms) SAVEPOINT active_record_1
7385
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7386
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-30 21:26:29.284202"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-2f2fec4c-54cd-40aa-8c03-9db7a5f50a2c"], ["created_at", "2015-07-02 21:26:29.286308"], ["updated_at", "2015-07-02 21:26:29.286308"]]
7387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7388
+  (0.0ms) SAVEPOINT active_record_1
7389
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.288486"], ["updated_at", "2015-07-02 21:26:29.288486"]]
7390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7391
+  (0.0ms) SAVEPOINT active_record_1
7392
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7393
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-15 21:26:29.289769"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-8a0efc74-6f2f-4ec2-a26d-18a1d221b541"], ["created_at", "2015-07-02 21:26:29.291918"], ["updated_at", "2015-07-02 21:26:29.291918"]]
7394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7395
+  (0.0ms) SAVEPOINT active_record_1
7396
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.294132"], ["updated_at", "2015-07-02 21:26:29.294132"]]
7397
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7398
+  (0.0ms) SAVEPOINT active_record_1
7399
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7400
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-23 21:26:29.295418"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-cd6b6e00-5985-465f-a949-36592a0b2ea5"], ["created_at", "2015-07-02 21:26:29.297419"], ["updated_at", "2015-07-02 21:26:29.297419"]]
7401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7402
+  (0.0ms) SAVEPOINT active_record_1
7403
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.299582"], ["updated_at", "2015-07-02 21:26:29.299582"]]
7404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7405
+  (0.1ms) SAVEPOINT active_record_1
7406
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7407
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-20 21:26:29.300860"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-80ca5c28-bdb7-4aa3-a548-4d9d1ed4b7ca"], ["created_at", "2015-07-02 21:26:29.303290"], ["updated_at", "2015-07-02 21:26:29.303290"]]
7408
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7409
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY published_at DESC, created_at DESC LIMIT 1
7410
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE (published_at <= '2015-06-30 21:26:29.278075' AND id != 6) ORDER BY published_at DESC, created_at DESC LIMIT 1
7411
+  (0.5ms) rollback transaction
7412
+  (0.0ms) begin transaction
7413
+  (0.0ms) commit transaction
7414
+  (0.0ms) begin transaction
7415
+  (0.0ms) SAVEPOINT active_record_1
7416
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.309962"], ["updated_at", "2015-07-02 21:26:29.309962"]]
7417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7418
+  (0.1ms) SAVEPOINT active_record_1
7419
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7420
+ SQL (0.3ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-29 21:26:29.311597"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:29.313584"], ["updated_at", "2015-07-02 21:26:29.313584"]]
7421
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7422
+  (0.0ms) SAVEPOINT active_record_1
7423
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.316152"], ["updated_at", "2015-07-02 21:26:29.316152"]]
7424
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7425
+  (0.0ms) SAVEPOINT active_record_1
7426
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7427
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-20 21:26:29.317920"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-a1fe5441-a893-4477-885d-6ee7cab32413"], ["created_at", "2015-07-02 21:26:29.320593"], ["updated_at", "2015-07-02 21:26:29.320593"]]
7428
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7429
+  (0.0ms) SAVEPOINT active_record_1
7430
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.323017"], ["updated_at", "2015-07-02 21:26:29.323017"]]
7431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7432
+  (0.0ms) SAVEPOINT active_record_1
7433
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7434
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-09 21:26:29.324205"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-821e0e7f-c512-40ab-bac6-7059bf57a59e"], ["created_at", "2015-07-02 21:26:29.326183"], ["updated_at", "2015-07-02 21:26:29.326183"]]
7435
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7436
+  (0.0ms) SAVEPOINT active_record_1
7437
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.328197"], ["updated_at", "2015-07-02 21:26:29.328197"]]
7438
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7439
+  (0.0ms) SAVEPOINT active_record_1
7440
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7441
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-03-29 21:26:29.329382"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b2f203a6-5a22-4ebe-845c-5130c569877c"], ["created_at", "2015-07-02 21:26:29.331229"], ["updated_at", "2015-07-02 21:26:29.331229"]]
7442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7443
+  (0.1ms) SAVEPOINT active_record_1
7444
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.333411"], ["updated_at", "2015-07-02 21:26:29.333411"]]
7445
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7446
+  (0.1ms) SAVEPOINT active_record_1
7447
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7448
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-24 21:26:29.335104"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-74c11065-e21a-49c4-9284-a695734ef5fe"], ["created_at", "2015-07-02 21:26:29.337568"], ["updated_at", "2015-07-02 21:26:29.337568"]]
7449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7450
+  (0.0ms) SAVEPOINT active_record_1
7451
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.339796"], ["updated_at", "2015-07-02 21:26:29.339796"]]
7452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7453
+  (0.0ms) SAVEPOINT active_record_1
7454
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7455
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-01 21:26:29.341030"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-d864d7d4-cb6d-4e00-b15d-35898b2ae5aa"], ["created_at", "2015-07-02 21:26:29.343261"], ["updated_at", "2015-07-02 21:26:29.343261"]]
7456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7457
+  (0.1ms) SAVEPOINT active_record_1
7458
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.346637"], ["updated_at", "2015-07-02 21:26:29.346637"]]
7459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7460
+  (0.0ms) SAVEPOINT active_record_1
7461
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7462
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-01 21:26:29.348188"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-4c60a14a-fe42-4d2e-ac14-a0e70c312dc0"], ["created_at", "2015-07-02 21:26:29.350318"], ["updated_at", "2015-07-02 21:26:29.350318"]]
7463
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7464
+  (0.0ms) SAVEPOINT active_record_1
7465
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.352460"], ["updated_at", "2015-07-02 21:26:29.352460"]]
7466
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7467
+  (0.0ms) SAVEPOINT active_record_1
7468
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7469
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-17 21:26:29.353776"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-083a8232-3192-47de-943f-4ad55d47eb09"], ["created_at", "2015-07-02 21:26:29.356251"], ["updated_at", "2015-07-02 21:26:29.356251"]]
7470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7471
+  (0.0ms) SAVEPOINT active_record_1
7472
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.358572"], ["updated_at", "2015-07-02 21:26:29.358572"]]
7473
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7474
+  (0.0ms) SAVEPOINT active_record_1
7475
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7476
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-01 21:26:29.359838"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-b3a40098-5fca-46ba-9cfc-ea465c33f0d2"], ["created_at", "2015-07-02 21:26:29.361899"], ["updated_at", "2015-07-02 21:26:29.361899"]]
7477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7478
+  (0.0ms) SAVEPOINT active_record_1
7479
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.364121"], ["updated_at", "2015-07-02 21:26:29.364121"]]
7480
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7481
+  (0.0ms) SAVEPOINT active_record_1
7482
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7483
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-23 21:26:29.365678"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-4b777b7d-1307-48ff-8f12-9b9e7171dac3"], ["created_at", "2015-07-02 21:26:29.368353"], ["updated_at", "2015-07-02 21:26:29.368353"]]
7484
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7485
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY published_at DESC, created_at DESC LIMIT 1
7486
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE (published_at <= '2015-06-20 21:26:29.317920' AND id != 2) ORDER BY published_at DESC, created_at DESC LIMIT 1
7487
+  (1.1ms) rollback transaction
7488
+  (0.1ms) begin transaction
7489
+  (0.0ms) commit transaction
7490
+  (0.0ms) begin transaction
7491
+  (0.1ms) SAVEPOINT active_record_1
7492
+ SQL (0.2ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.375949"], ["updated_at", "2015-07-02 21:26:29.375949"]]
7493
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7494
+  (0.0ms) SAVEPOINT active_record_1
7495
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7496
+ SQL (0.2ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 1], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-11 21:26:29.377573"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"], ["created_at", "2015-07-02 21:26:29.379422"], ["updated_at", "2015-07-02 21:26:29.379422"]]
7497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7498
+  (0.0ms) SAVEPOINT active_record_1
7499
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.381584"], ["updated_at", "2015-07-02 21:26:29.381584"]]
7500
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7501
+  (0.0ms) SAVEPOINT active_record_1
7502
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7503
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 2], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-25 21:26:29.383104"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-da1da794-254b-42d4-a8d1-e95902155740"], ["created_at", "2015-07-02 21:26:29.385381"], ["updated_at", "2015-07-02 21:26:29.385381"]]
7504
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7505
+  (0.0ms) SAVEPOINT active_record_1
7506
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.387614"], ["updated_at", "2015-07-02 21:26:29.387614"]]
7507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7508
+  (0.0ms) SAVEPOINT active_record_1
7509
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7510
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 3], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-03-27 21:26:29.388908"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-801a1b61-d951-4061-8541-ff91b9abe45c"], ["created_at", "2015-07-02 21:26:29.391041"], ["updated_at", "2015-07-02 21:26:29.391041"]]
7511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7512
+  (0.0ms) SAVEPOINT active_record_1
7513
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.393189"], ["updated_at", "2015-07-02 21:26:29.393189"]]
7514
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7515
+  (0.1ms) SAVEPOINT active_record_1
7516
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7517
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 4], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-07-01 21:26:29.394472"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-791ef917-15b3-4fc8-a367-44c5815f7061"], ["created_at", "2015-07-02 21:26:29.396588"], ["updated_at", "2015-07-02 21:26:29.396588"]]
7518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7519
+  (0.0ms) SAVEPOINT active_record_1
7520
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.398671"], ["updated_at", "2015-07-02 21:26:29.398671"]]
7521
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7522
+  (0.1ms) SAVEPOINT active_record_1
7523
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7524
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 5], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-10 21:26:29.399886"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-519abdb5-d359-405f-a3a6-62587cd4e7a9"], ["created_at", "2015-07-02 21:26:29.401867"], ["updated_at", "2015-07-02 21:26:29.401867"]]
7525
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7526
+  (0.0ms) SAVEPOINT active_record_1
7527
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.403965"], ["updated_at", "2015-07-02 21:26:29.403965"]]
7528
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7529
+  (0.0ms) SAVEPOINT active_record_1
7530
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7531
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 6], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-05-10 21:26:29.405235"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-c245a6b3-24c4-4b3d-85b2-1e5fc9fb3066"], ["created_at", "2015-07-02 21:26:29.407277"], ["updated_at", "2015-07-02 21:26:29.407277"]]
7532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7533
+  (0.0ms) SAVEPOINT active_record_1
7534
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.409420"], ["updated_at", "2015-07-02 21:26:29.409420"]]
7535
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7536
+  (0.1ms) SAVEPOINT active_record_1
7537
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7538
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 7], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-04-24 21:26:29.411612"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-dd0a2a99-63ed-481d-9d36-424b82f723cb"], ["created_at", "2015-07-02 21:26:29.416202"], ["updated_at", "2015-07-02 21:26:29.416202"]]
7539
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7540
+  (0.0ms) SAVEPOINT active_record_1
7541
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.419837"], ["updated_at", "2015-07-02 21:26:29.419837"]]
7542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7543
+  (0.0ms) SAVEPOINT active_record_1
7544
+ Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7545
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 8], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-18 21:26:29.421402"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-d93183fb-a6fa-467f-b89c-be57ea5a1453"], ["created_at", "2015-07-02 21:26:29.423973"], ["updated_at", "2015-07-02 21:26:29.423973"]]
7546
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7547
+  (0.0ms) SAVEPOINT active_record_1
7548
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.426440"], ["updated_at", "2015-07-02 21:26:29.426440"]]
7549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7550
+  (0.0ms) SAVEPOINT active_record_1
7551
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7552
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 9], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-09 21:26:29.427747"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-2098bc68-8dfc-4c11-a0b8-13fb8fa24d86"], ["created_at", "2015-07-02 21:26:29.429746"], ["updated_at", "2015-07-02 21:26:29.429746"]]
7553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7554
+  (0.0ms) SAVEPOINT active_record_1
7555
+ SQL (0.1ms) INSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["first_name", "Ila"], ["last_name", "Lehner"], ["title", "Lead Accounts Agent"], ["created_at", "2015-07-02 21:26:29.431762"], ["updated_at", "2015-07-02 21:26:29.431762"]]
7556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7557
+  (0.0ms) SAVEPOINT active_record_1
7558
+ Fuel::Post Exists (0.0ms) SELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1 [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
7559
+ SQL (0.1ms) INSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author_id", 10], ["title", "Illum rerum consequuntur ab rerum quia tenetur voluptatem sunt."], ["content", "<p>Some content for a blog post</p>"], ["published_at", "2015-06-24 21:26:29.433113"], ["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt-26624a12-1d5b-41eb-8a15-d8ff663ed24e"], ["created_at", "2015-07-02 21:26:29.435458"], ["updated_at", "2015-07-02 21:26:29.435458"]]
7560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7561
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY published_at DESC, created_at DESC LIMIT 1
7562
+ Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE (published_at <= '2015-07-01 21:26:29.394472' AND id != 4) ORDER BY published_at DESC, created_at DESC LIMIT 1
7563
+ Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
7564
+  (1.2ms) rollback transaction