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 +4 -4
- data/app/assets/javascripts/fuel/application.js +1 -1
- data/app/assets/javascripts/fuel/{datepicker.js → pickadate-datepicker.js} +0 -0
- data/app/controllers/fuel/admin/authors_controller.rb +1 -0
- data/app/views/layouts/fuel/application.html.erb +1 -1
- data/lib/fuel/engine.rb +4 -2
- data/lib/fuel/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +1694 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99f6ff33b24aff718e297a69fc3660115d77fec8
|
4
|
+
data.tar.gz: 151263ec0383286cd0ee3a5aae9296e49d346558
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
File without changes
|
@@ -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
|
data/lib/fuel/engine.rb
CHANGED
@@ -13,8 +13,10 @@ module Fuel
|
|
13
13
|
end
|
14
14
|
end
|
15
15
|
|
16
|
-
|
17
|
-
|
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
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -5868,3 +5868,1697 @@ Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
|
5868
5868
|
[1m[36mFuel::Post Load (0.1ms)[0m [1mSELECT "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[0m
|
5869
5869
|
[1m[35mFuel::Post Load (0.1ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
|
5870
5870
|
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
5871
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "fuel_authors";[0m
|
5872
|
+
[1m[35m (0.2ms)[0m SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
|
5873
|
+
[1m[36m (0.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'fuel_authors';[0m
|
5874
|
+
[1m[35m (1.3ms)[0m DELETE FROM "fuel_posts";
|
5875
|
+
[1m[36m (0.1ms)[0m [1mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
|
5876
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'fuel_posts';
|
5877
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5878
|
+
[1m[35m (0.0ms)[0m commit transaction
|
5879
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5880
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
5881
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
5883
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
5884
|
+
[1m[35mSQL (1.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5886
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
5887
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
5889
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
5890
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5892
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5893
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "fuel_authors"[0m
|
5899
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
5900
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5901
|
+
[1m[35m (0.0ms)[0m commit transaction
|
5902
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5903
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5904
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
5906
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
5907
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5909
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5910
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5912
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5913
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5915
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5916
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
5922
|
+
[1m[35m (0.0ms)[0m begin transaction
|
5923
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
5924
|
+
[1m[35m (0.0ms)[0m begin transaction
|
5925
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5926
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5928
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5929
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5931
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5932
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5934
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5935
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5937
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5938
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
5944
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5945
|
+
[1m[35m (0.0ms)[0m commit transaction
|
5946
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5947
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5948
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5950
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5951
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5953
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5954
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5956
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5957
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5959
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5960
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
5966
|
+
[1m[35m (0.1ms)[0m begin transaction
|
5967
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
5968
|
+
[1m[35m (0.0ms)[0m begin transaction
|
5969
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5970
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5972
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5973
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5975
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5976
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5978
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
5979
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
5981
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
5982
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
5984
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
5985
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
5987
|
+
Processing by Fuel::Admin::AuthorsController#edit as HTML
|
5988
|
+
Parameters: {"id"=>"6"}
|
5989
|
+
[1m[36mFuel::Author Load (0.1ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
5993
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5994
|
+
[1m[35m (0.1ms)[0m commit transaction
|
5995
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5996
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
5997
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
5999
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6000
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6002
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6003
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6005
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6006
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6008
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6009
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6011
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6012
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6014
|
+
Processing by Fuel::Admin::AuthorsController#edit as HTML
|
6015
|
+
Parameters: {"id"=>"6"}
|
6016
|
+
[1m[35mFuel::Author Load (0.1ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
6020
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6021
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
6022
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6023
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6024
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6026
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6027
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6029
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6030
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6032
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6033
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6035
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6036
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6038
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6042
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6044
|
+
Redirected to http://test.host/blog/admin/authors
|
6045
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
6046
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_authors"
|
6047
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
6048
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6049
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6050
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6051
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6052
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6054
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6055
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6057
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6058
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6060
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6061
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6063
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6064
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6066
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6070
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6072
|
+
Redirected to http://test.host/blog/admin/authors
|
6073
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
6074
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6075
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6076
|
+
[1m[35m (0.1ms)[0m commit transaction
|
6077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6078
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6079
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6081
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6082
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6084
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6085
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6087
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6088
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6090
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6091
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6093
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "fuel_authors"[0m
|
6094
|
+
Processing by Fuel::Admin::AuthorsController#create as HTML
|
6095
|
+
Parameters: {"fuel_author"=>{"first_name"=>nil, "last_name"=>"Lehner", "title"=>"Lead Accounts Agent"}}
|
6096
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6097
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_authors"
|
6101
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
6102
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6103
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6104
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6105
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6106
|
+
[1m[35mSQL (0.6ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6108
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6109
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6111
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6112
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6114
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6115
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6117
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6118
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6120
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6124
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
6128
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6129
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6130
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6131
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6132
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6134
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6135
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6137
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6138
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6140
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6141
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6143
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6144
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6146
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6147
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mFuel::Author Load (0.1ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["id", 6]]
|
6152
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6153
|
+
[1m[36mSQL (0.1ms)[0m [1mUPDATE "fuel_authors" SET "first_name" = ?, "updated_at" = ? WHERE "fuel_authors"."id" = ?[0m [["first_name", "UniqueString123"], ["updated_at", "2015-07-02 21:26:28.067822"], ["id", 6]]
|
6154
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mFuel::Author Load (0.1ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["id", 6]]
|
6158
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6159
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6160
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6161
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6162
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6163
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6165
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6166
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6168
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6169
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6171
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6172
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6174
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6175
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6177
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6178
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mFuel::Author Load (0.0ms)[0m SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
|
6183
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6184
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
6188
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6189
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6190
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6191
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6192
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6194
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6195
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6197
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6198
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6200
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6201
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6203
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6204
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6206
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6207
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mFuel::Author Load (0.1ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["id", 6]]
|
6212
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6213
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mFuel::Author Load (0.1ms)[0m SELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1 [["id", 6]]
|
6217
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
6218
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6219
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
6220
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6221
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6222
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6224
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6225
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6227
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6228
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6230
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6231
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6233
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6234
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6236
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6237
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mFuel::Author Load (0.0ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["id", 6]]
|
6242
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6243
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6247
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6248
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6249
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6250
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6251
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6253
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6254
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6256
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6257
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6259
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6260
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6262
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6263
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6265
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6266
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6268
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_authors"
|
6269
|
+
Processing by Fuel::Admin::AuthorsController#destroy as HTML
|
6270
|
+
Parameters: {"id"=>"6"}
|
6271
|
+
[1m[36mFuel::Author Load (0.1ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["id", 6]]
|
6272
|
+
[1m[35mFuel::Post Load (0.2ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."author_id" = ? [["author_id", 6]]
|
6273
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6274
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "fuel_authors" WHERE "fuel_authors"."id" = ? [["id", 6]]
|
6275
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6276
|
+
Redirected to http://test.host/blog/admin/authors
|
6277
|
+
Completed 302 Found in 17ms (ActiveRecord: 0.5ms)
|
6278
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_authors"
|
6279
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
6280
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6281
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6282
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6283
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6284
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6286
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6287
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6289
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6290
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6292
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6293
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6295
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6296
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6298
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6299
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6301
|
+
Processing by Fuel::Admin::AuthorsController#destroy as HTML
|
6302
|
+
Parameters: {"id"=>"6"}
|
6303
|
+
[1m[36mFuel::Author Load (0.1ms)[0m [1mSELECT "fuel_authors".* FROM "fuel_authors" WHERE "fuel_authors"."id" = ? LIMIT 1[0m [["id", 6]]
|
6304
|
+
[1m[35mFuel::Post Load (0.1ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."author_id" = ? [["author_id", 6]]
|
6305
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6306
|
+
[1m[35mSQL (0.1ms)[0m DELETE FROM "fuel_authors" WHERE "fuel_authors"."id" = ? [["id", 6]]
|
6307
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6308
|
+
Redirected to http://test.host/blog/admin/authors
|
6309
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
6310
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6311
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6312
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6313
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6314
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6315
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6317
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6318
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6320
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6321
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6323
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6324
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6326
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6327
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "fuel_posts"[0m
|
6333
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
6334
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6335
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6336
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6337
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6338
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6340
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6341
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6343
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6344
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6346
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6347
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6349
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6350
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
6356
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6357
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6358
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6359
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6360
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6362
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6363
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6365
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6366
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6368
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6369
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6371
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6372
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6379
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6381
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6382
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6384
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6385
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6387
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6388
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6390
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6391
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6393
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6394
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
6400
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6401
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
6402
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6403
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6404
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6406
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6407
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6409
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6410
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6412
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6413
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6415
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6416
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6418
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6419
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6421
|
+
Processing by Fuel::Admin::PostsController#edit as HTML
|
6422
|
+
Parameters: {"id"=>"bb4804c3-8af8-49e6-80d4-8a1b69e01b1d"}
|
6423
|
+
[1m[36mFuel::Post Load (0.2ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
6427
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6428
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6429
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6430
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6431
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6433
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6434
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6436
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6437
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6439
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6440
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6442
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6443
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6445
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6446
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6448
|
+
Processing by Fuel::Admin::PostsController#edit as HTML
|
6449
|
+
Parameters: {"id"=>"1383400f-b62e-4acd-9246-79e460725bac"}
|
6450
|
+
[1m[35mFuel::Post Load (0.1ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
6454
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6455
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6456
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6457
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6458
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6460
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6461
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6463
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6464
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6466
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6467
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6469
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6470
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6472
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts"
|
6473
|
+
Processing by Fuel::Admin::PostsController#create as HTML
|
6474
|
+
Parameters: {"fuel_post"=>{"published"=>false}}
|
6475
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6476
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6478
|
+
Redirected to http://test.host/blog/admin/posts
|
6479
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
6480
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts"
|
6481
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
6482
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6483
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6484
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6485
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6486
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6488
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6489
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6491
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6492
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6494
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6495
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6497
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6498
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6500
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts"
|
6501
|
+
Processing by Fuel::Admin::PostsController#create as HTML
|
6502
|
+
Parameters: {"fuel_post"=>{"published"=>false}}
|
6503
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6504
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6506
|
+
Redirected to http://test.host/blog/admin/posts
|
6507
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
6508
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6510
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6511
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6512
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6513
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6515
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6516
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6518
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6519
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6521
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6522
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6524
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6525
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6527
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "fuel_posts"[0m
|
6528
|
+
Processing by Fuel::Admin::PostsController#create as HTML
|
6529
|
+
Parameters: {"fuel_post"=>{"published"=>true, "title"=>nil}}
|
6530
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6531
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts"
|
6535
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
6536
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6537
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6538
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6539
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6540
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6542
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6543
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6545
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6546
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6548
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6549
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6551
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6552
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6554
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts"
|
6555
|
+
Processing by Fuel::Admin::PostsController#create as HTML
|
6556
|
+
Parameters: {"fuel_post"=>{"published"=>true, "title"=>nil}}
|
6557
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6558
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
6562
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6563
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6564
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6565
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6566
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6568
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6569
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6571
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6572
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6574
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6575
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6577
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6578
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6580
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6581
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mFuel::Post Load (0.1ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "faa25c46-9650-4986-b930-19f318fc274e"]]
|
6586
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6587
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = ?[0m [["title", "Is this thing on?"], ["updated_at", "2015-07-02 21:26:28.437237"], ["id", 6]]
|
6588
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mFuel::Post Load (0.1ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1[0m [["id", 6]]
|
6592
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6593
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6594
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6595
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6596
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6597
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6599
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6600
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6602
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6603
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6605
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6606
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6608
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6609
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6611
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6612
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6614
|
+
Processing by Fuel::Admin::PostsController#update as HTML
|
6615
|
+
Parameters: {"fuel_post"=>{"published"=>false}, "id"=>"7c4ef559-be0a-4fd6-a04e-0ad320e8ec46"}
|
6616
|
+
[1m[35mFuel::Post Load (0.0ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "7c4ef559-be0a-4fd6-a04e-0ad320e8ec46"]]
|
6617
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6618
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
6622
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6623
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6624
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6625
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6626
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6628
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6629
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6631
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6632
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6634
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6635
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6637
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6638
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6640
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6641
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mFuel::Post Load (0.1ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "7930b8ce-d840-4c27-8137-b3fd7bd70e96"]]
|
6646
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6647
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35mFuel::Post Load (0.1ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 6]]
|
6651
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
6652
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6653
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
6654
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6655
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6656
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6658
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6659
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6661
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6662
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6664
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6665
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6667
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6668
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6670
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6671
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36mFuel::Post Load (0.1ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "0e05f895-821d-40ee-bb39-83d173995153"]]
|
6676
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6677
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
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
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6681
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
6682
|
+
[1m[35m (0.1ms)[0m commit transaction
|
6683
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6684
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6685
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6687
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6688
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6690
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6691
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6693
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6694
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6696
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6697
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6699
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6700
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6702
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts"
|
6703
|
+
Processing by Fuel::Admin::PostsController#destroy as HTML
|
6704
|
+
Parameters: {"id"=>"a568bbaf-7166-49de-a865-29d7bc77658b"}
|
6705
|
+
[1m[36mFuel::Post Load (0.1ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "a568bbaf-7166-49de-a865-29d7bc77658b"]]
|
6706
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6707
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ?[0m [["id", 6]]
|
6708
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6709
|
+
Redirected to http://test.host/blog/admin/posts
|
6710
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
|
6711
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "fuel_posts"[0m
|
6712
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
6713
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6714
|
+
[1m[35m (0.1ms)[0m commit transaction
|
6715
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6716
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6717
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6719
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6720
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6722
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6723
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6725
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6726
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6728
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6729
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6731
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6732
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6734
|
+
Processing by Fuel::Admin::PostsController#destroy as HTML
|
6735
|
+
Parameters: {"id"=>"4db9bf21-6225-410b-8862-da5af35c6d0a"}
|
6736
|
+
[1m[35mFuel::Post Load (0.1ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "4db9bf21-6225-410b-8862-da5af35c6d0a"]]
|
6737
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6738
|
+
[1m[35mSQL (0.0ms)[0m DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 6]]
|
6739
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6740
|
+
Redirected to http://test.host/blog/admin/posts
|
6741
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
|
6742
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6744
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6746
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6747
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6749
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6750
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6753
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6754
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6756
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6757
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6758
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6760
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6761
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6763
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6764
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6767
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6768
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6770
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6771
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6772
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6774
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6775
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6777
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6778
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6781
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6782
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6784
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6785
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6786
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6788
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6789
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6791
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6792
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6795
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6796
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6798
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6799
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6800
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6802
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6803
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6805
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6806
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6809
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6810
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6812
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6813
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6814
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6816
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6817
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count[0m
|
6823
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
6824
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6825
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6827
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6828
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6830
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6831
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6834
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6835
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6837
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6838
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6839
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6841
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6842
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6844
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6845
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6848
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6849
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6851
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6852
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6853
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6855
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6856
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6858
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6859
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6862
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6863
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6865
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6866
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6867
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6869
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6870
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6872
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6873
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6876
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6877
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6879
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6880
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6881
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6883
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6884
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6886
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6887
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6890
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6891
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6893
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6894
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6895
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6898
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count[0m
|
6904
|
+
[1m[35m (1.5ms)[0m rollback transaction
|
6905
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
6906
|
+
[1m[35m (0.0ms)[0m commit transaction
|
6907
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
6908
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6909
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6911
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6912
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6915
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6916
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6918
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6919
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6920
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6922
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6923
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6925
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6926
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6929
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6930
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6932
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6933
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6934
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6936
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6937
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6939
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6940
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6943
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6944
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6946
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
6947
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6948
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6950
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6951
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6953
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6954
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
6957
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
6958
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6960
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6961
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6962
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6964
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6965
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6967
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6968
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
6971
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6972
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6974
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6975
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6976
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6978
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6979
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
6985
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6986
|
+
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
|
6987
|
+
[1m[35m (0.0ms)[0m begin transaction
|
6988
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
6989
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6991
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
6992
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
6993
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
6995
|
+
Processing by Fuel::PostsController#show as HTML
|
6996
|
+
Parameters: {"id"=>"illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"}
|
6997
|
+
[1m[35mFuel::Post Load (0.1ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
7001
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7002
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
7003
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7004
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7005
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7007
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7008
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7009
|
+
[1m[35mSQL (0.4ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7011
|
+
Processing by Fuel::PostsController#show as HTML
|
7012
|
+
Parameters: {"id"=>"1"}
|
7013
|
+
[1m[35mFuel::Post Load (0.1ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1 [["slug", "1"]]
|
7014
|
+
[1m[36mFuel::Post Load (0.0ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
7018
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7019
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7020
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7021
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7022
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7024
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7025
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36mFuel::Post Load (0.2ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = ? LIMIT 1[0m [["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
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
7034
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7035
|
+
[1m[35m (0.1ms)[0m commit transaction
|
7036
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7037
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7038
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7039
|
+
[1m[35m (0.1ms)[0m commit transaction
|
7040
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7041
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7042
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7043
|
+
[1m[35m (0.1ms)[0m commit transaction
|
7044
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7045
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7046
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7047
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7048
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7049
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7051
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7052
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7053
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7054
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7055
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7057
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
7058
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7059
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7060
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7061
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7062
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("published", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7064
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
7065
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7066
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
7067
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7068
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7069
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7071
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
7073
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7074
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
7075
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7076
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7077
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7079
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
7080
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7081
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7082
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7083
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7084
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7086
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7087
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
7088
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7089
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7090
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7091
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7092
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7094
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7095
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
7096
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7097
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7098
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7099
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7100
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7102
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7103
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7104
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7105
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7106
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7107
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7108
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7110
|
+
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
|
7111
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7112
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
7113
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7114
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7115
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7117
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7118
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7119
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7121
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7122
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7124
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7125
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7128
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7129
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7131
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7132
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7133
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7135
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7136
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7138
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7139
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7142
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7143
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7145
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7146
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7147
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7149
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7150
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7152
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7153
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7156
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7157
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7159
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7160
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7161
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7163
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7164
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7166
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7167
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7170
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7171
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7173
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7174
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7175
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7177
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7178
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7180
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7181
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7184
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'[0m
|
7185
|
+
[1m[35m (5.7ms)[0m rollback transaction
|
7186
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7187
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7188
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7189
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7190
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7192
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7193
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7196
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7197
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7199
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7200
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7201
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7203
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7204
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7206
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7207
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7210
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7211
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7213
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7214
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7215
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7217
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7218
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7220
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7221
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7224
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7225
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7227
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7228
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7229
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7231
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7232
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7234
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7235
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7238
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7239
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7241
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7242
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7243
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7245
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7246
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7248
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7249
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7252
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7253
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7255
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7256
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7257
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7259
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
|
7260
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
7261
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7262
|
+
[1m[36m (0.0ms)[0m [1mcommit transaction[0m
|
7263
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7264
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7265
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7267
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7268
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7269
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7271
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7272
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7274
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7275
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7278
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7279
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7281
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7282
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7283
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7285
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7286
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7288
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7289
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7292
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7293
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7295
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7296
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7297
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7299
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7300
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7302
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7303
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7306
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7307
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7309
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7310
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7311
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7313
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7314
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7316
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7317
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7320
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7321
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7323
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7324
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7325
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7327
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7328
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7330
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7331
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7334
|
+
[1m[36mFuel::Post Load (0.2ms)[0m [1mSELECT "fuel_posts".* FROM "fuel_posts" ORDER BY published_at DESC, created_at DESC[0m
|
7335
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
7336
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7337
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7338
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7339
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7340
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7342
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7343
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7346
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7347
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7349
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7350
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7351
|
+
[1m[35mSQL (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7353
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7354
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7356
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7357
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7360
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7361
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7363
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7364
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7365
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7367
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7368
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7370
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7371
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7374
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7375
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7377
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7378
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7379
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7381
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7382
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7384
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7385
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7388
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7389
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7391
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7392
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7393
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7395
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7396
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7398
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7399
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7402
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7403
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7405
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7406
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7407
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7409
|
+
[1m[35mFuel::Post Load (0.2ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY published_at DESC, created_at DESC LIMIT 1
|
7410
|
+
[1m[36mFuel::Post Load (0.2ms)[0m [1mSELECT "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[0m
|
7411
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
7412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7413
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7414
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7415
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7416
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7418
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7419
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7422
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7423
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7425
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7426
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7427
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7429
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7430
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7432
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7433
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7436
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7437
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7439
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7440
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7441
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7443
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7444
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7446
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7447
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7450
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7451
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7453
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7454
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7455
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7457
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7458
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7460
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7461
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7464
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7465
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7467
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7468
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7469
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7471
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7472
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7474
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7475
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7478
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7479
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7481
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7482
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7483
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7485
|
+
[1m[35mFuel::Post Load (0.2ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY published_at DESC, created_at DESC LIMIT 1
|
7486
|
+
[1m[36mFuel::Post Load (0.2ms)[0m [1mSELECT "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[0m
|
7487
|
+
[1m[35m (1.1ms)[0m rollback transaction
|
7488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7489
|
+
[1m[35m (0.0ms)[0m commit transaction
|
7490
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7491
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7492
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7494
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7495
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7498
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7499
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7501
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7502
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7503
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7505
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7506
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7508
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7509
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7512
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7513
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7515
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7516
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7517
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7519
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7520
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7522
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7523
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7526
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7527
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7529
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7530
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7531
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7533
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7534
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7536
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7537
|
+
[1m[35mFuel::Post Exists (0.1ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
7540
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7541
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7543
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7544
|
+
[1m[36mFuel::Post Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7545
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7547
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7548
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_authors" ("first_name", "last_name", "title", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7550
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7551
|
+
[1m[35mFuel::Post Exists (0.0ms)[0m 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
|
+
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "fuel_posts" ("author_id", "title", "content", "published_at", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
7554
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
7555
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7557
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
7558
|
+
[1m[36mFuel::Post Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "fuel_posts" WHERE ("fuel_posts"."id" IS NOT NULL) AND "fuel_posts"."slug" = ? LIMIT 1[0m [["slug", "illum-rerum-consequuntur-ab-rerum-quia-tenetur-voluptatem-sunt"]]
|
7559
|
+
[1m[35mSQL (0.1ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7561
|
+
[1m[35mFuel::Post Load (0.2ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY published_at DESC, created_at DESC LIMIT 1
|
7562
|
+
[1m[36mFuel::Post Load (0.2ms)[0m [1mSELECT "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[0m
|
7563
|
+
[1m[35mFuel::Post Load (0.1ms)[0m SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'
|
7564
|
+
[1m[36m (1.2ms)[0m [1mrollback transaction[0m
|