poodle-rb 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/poodle/action_view/theme_helper.rb +4 -4
- data/lib/poodle/version.rb +1 -1
- data/spec/dummy/log/test.log +359 -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: be8e691d01c4c593802eb02bd3271931c51e69df
|
4
|
+
data.tar.gz: 3173ad3f53babaa399f32e302c7de57c552a83e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab40a00c4e0338d797f569b3176ca932bec7f498a4ae64ac3b8a98dec669ae8af4e55ff11eed1202b7a749f93c037929b0613af4d1c13dcc0da73177f7815f31
|
7
|
+
data.tar.gz: 06666a925252cb310edca29e539d3e8ed2252100ff0419f4129e9116c0a50c3e580b2dfc88d98478970926a324fa44f7b878a04de6da6757d4371f762006d834
|
@@ -88,12 +88,12 @@ module Poodle
|
|
88
88
|
end
|
89
89
|
|
90
90
|
# theme_search_form is a helper to create a form to filter the results by entering a search query
|
91
|
-
def theme_search_form(cls, url, method=:get, remote=true, text="Search!")
|
91
|
+
def theme_search_form(cls, url, method=:get, remote=true, text="Search!", placeholder="Search ...")
|
92
92
|
form_for cls.new, :url => url,
|
93
93
|
:method => method, :remote=>remote,
|
94
94
|
:html=>{:class=>"pull-right", :style=>"margin-bottom:0px;"} do |f|
|
95
95
|
content_tag :div, class: "input-group" do
|
96
|
-
text_field_tag('query','', :class => 'form-control', :placeholder =>
|
96
|
+
text_field_tag('query','', :class => 'form-control', :placeholder => placeholder) +
|
97
97
|
content_tag(:span, class: "input-group-btn") do
|
98
98
|
button_tag(type: 'submit', class: "btn btn-default") do
|
99
99
|
raw(theme_fa_icon('search') +
|
@@ -186,8 +186,8 @@ module Poodle
|
|
186
186
|
# is equivalent to:
|
187
187
|
# ---------------------------
|
188
188
|
# <%= link_to project.name, admin_project_path(project), :remote=>true, :class=>"text-color-blue fs-16" %>
|
189
|
-
def theme_item_title(title, url, classes = "text-color-blue fs-16")
|
190
|
-
link_to(title, url, :remote=>
|
189
|
+
def theme_item_title(title, url, classes = "text-color-blue fs-16", remote=true)
|
190
|
+
link_to(title, url, :remote=>remote, :class=>classes)
|
191
191
|
end
|
192
192
|
|
193
193
|
# Example
|
data/lib/poodle/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
@@ -20695,3 +20695,362 @@ Processing by ProfilePicturesController#new as JS
|
|
20695
20695
|
Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
|
20696
20696
|
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20697
20697
|
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
20698
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
20699
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20700
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20701
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20702
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20703
|
+
[1m[35mSQL (1.0ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:01.023191"], ["updated_at", "2015-04-20 03:51:01.023191"]]
|
20704
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20705
|
+
Processing by ProfilePicturesController#new as JS
|
20706
|
+
Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"}
|
20707
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
20708
|
+
Rendered profile_pictures/new.js.erb (0.5ms)
|
20709
|
+
Completed 200 OK in 131ms (Views: 80.3ms | ActiveRecord: 0.4ms)
|
20710
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20711
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
20712
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20713
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20714
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20715
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20716
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20717
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:01.328623"], ["updated_at", "2015-04-20 03:51:01.328623"]]
|
20718
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20719
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20720
|
+
[1m[36mSQL (15.7ms)[0m [1mINSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:01.714355"], ["updated_at", "2015-04-20 03:51:01.714355"]]
|
20721
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20722
|
+
[1m[36mImage::ProfilePicture Load (0.2ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20723
|
+
Processing by ProfilePicturesController#update as HTML
|
20724
|
+
Parameters: {"image"=>#<Rack::Test::UploadedFile:0x007fed3f1f5958 @content_type="image/jpg", @original_filename="test.jpg", @tempfile=#<Tempfile:/var/folders/s1/_3h4h96n4w37msyfhzkwz4yr0000gn/T/test.jpg20150420-80809-11tigyk>>, "image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"}
|
20725
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
20726
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 1]]
|
20727
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20728
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 1]]
|
20729
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "images" SET "image" = ?, "updated_at" = ? WHERE "images"."id" = ? [["image", "test.jpg"], ["updated_at", "2015-04-20 03:51:01.794566"], ["id", 1]]
|
20730
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20731
|
+
Rendered profile_pictures/update.html.erb within layouts/poodle/image_upload (0.3ms)
|
20732
|
+
Completed 200 OK in 76ms (Views: 30.3ms | ActiveRecord: 0.5ms)
|
20733
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
20734
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20735
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
20736
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20737
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20738
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20739
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20740
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
20741
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:01.835732"], ["updated_at", "2015-04-20 03:51:01.835732"]]
|
20742
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20743
|
+
Processing by ProfilePicturesController#create as HTML
|
20744
|
+
Parameters: {"image"=>#<Rack::Test::UploadedFile:0x007fed3ce2bd10 @content_type="image/jpg", @original_filename="test.jpg", @tempfile=#<Tempfile:/var/folders/s1/_3h4h96n4w37msyfhzkwz4yr0000gn/T/test.jpg20150420-80809-1mxwu2s>>, "image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1"}
|
20745
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
20746
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20747
|
+
[1m[35mSQL (16.8ms)[0m INSERT INTO "images" ("imageable_id", "imageable_type", "image", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["imageable_id", 1], ["imageable_type", "User"], ["image", "test.jpg"], ["created_at", "2015-04-20 03:51:01.880922"], ["updated_at", "2015-04-20 03:51:01.880922"]]
|
20748
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20749
|
+
Rendered profile_pictures/create.html.erb within layouts/poodle/image_upload (0.3ms)
|
20750
|
+
Completed 200 OK in 66ms (Views: 1.6ms | ActiveRecord: 17.0ms)
|
20751
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "images"
|
20752
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20753
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
20754
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20755
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20756
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20757
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20758
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20759
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:01.907798"], ["updated_at", "2015-04-20 03:51:01.907798"]]
|
20760
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20761
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20762
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:02.031322"], ["updated_at", "2015-04-20 03:51:02.031322"]]
|
20763
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20764
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20765
|
+
Processing by ProfilePicturesController#edit as JS
|
20766
|
+
Parameters: {"image_type"=>"Image::ProfilePicture", "imageable_type"=>"User", "imageable_id"=>"1", "id"=>"1"}
|
20767
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
|
20768
|
+
[1m[36mImage::ProfilePicture Load (0.0ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."id" = ? LIMIT 1[0m [["id", 1]]
|
20769
|
+
Rendered profile_pictures/edit.js.erb (0.5ms)
|
20770
|
+
Completed 200 OK in 73ms (Views: 72.6ms | ActiveRecord: 0.1ms)
|
20771
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20772
|
+
[1m[36m (29.2ms)[0m [1mrollback transaction[0m
|
20773
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20774
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20775
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20776
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20777
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20778
|
+
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:02.277524"], ["updated_at", "2015-04-20 03:51:02.277524"]]
|
20779
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20780
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20781
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20782
|
+
[1m[36m (426.8ms)[0m [1mrollback transaction[0m
|
20783
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20784
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20785
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20786
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20787
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
20788
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:02.791216"], ["updated_at", "2015-04-20 03:51:02.791216"]]
|
20789
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20790
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20791
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20792
|
+
[1m[36m (136.0ms)[0m [1mrollback transaction[0m
|
20793
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20794
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20795
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20796
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20797
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
20798
|
+
[1m[36mSQL (60.9ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Some Name"], ["created_at", "2015-04-20 03:51:02.934281"], ["updated_at", "2015-04-20 03:51:02.934281"]]
|
20799
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20800
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20801
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:03.340387"], ["updated_at", "2015-04-20 03:51:03.340387"]]
|
20802
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20803
|
+
[1m[35mImage::ProfilePicture Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]]
|
20804
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20805
|
+
[1m[35m (191.5ms)[0m rollback transaction
|
20806
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20807
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20808
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20809
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20810
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20811
|
+
[1m[35mSQL (14.8ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:03.680980"], ["updated_at", "2015-04-20 03:51:03.680980"]]
|
20812
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20813
|
+
[1m[35mImage::ProfilePicture Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]]
|
20814
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20815
|
+
[1m[35m (136.2ms)[0m rollback transaction
|
20816
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20817
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20818
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20819
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20820
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20821
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
20822
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20823
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20824
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20825
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20826
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
20827
|
+
[1m[35mSQL (41.3ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:03.842242"], ["updated_at", "2015-04-20 03:51:03.842242"]]
|
20828
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20829
|
+
[1m[35mImage::ProfilePicture Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]]
|
20830
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20831
|
+
[1m[35m (19.0ms)[0m rollback transaction
|
20832
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20833
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20834
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20835
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20836
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20837
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-20 03:51:03.950817"], ["updated_at", "2015-04-20 03:51:03.950817"]]
|
20838
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20839
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20840
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:04.159637"], ["updated_at", "2015-04-20 03:51:04.159637"]]
|
20841
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20842
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20843
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20844
|
+
[1m[36m (198.7ms)[0m [1mrollback transaction[0m
|
20845
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20846
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20847
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20848
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20849
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
20850
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:04.391343"], ["updated_at", "2015-04-20 03:51:04.391343"]]
|
20851
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20852
|
+
[1m[36mImage::ProfilePicture Load (0.0ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20853
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20854
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Some Name"], ["created_at", "2015-04-20 03:51:04.394852"], ["updated_at", "2015-04-20 03:51:04.394852"]]
|
20855
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20856
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20857
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 2], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:04.756926"], ["updated_at", "2015-04-20 03:51:04.756926"]]
|
20858
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20859
|
+
[1m[35mImage::ProfilePicture Load (0.2ms)[0m SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 2], ["imageable_type", "User"]]
|
20860
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20861
|
+
[1m[35m (1.3ms)[0m rollback transaction
|
20862
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20863
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20864
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20865
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20866
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_2[0m
|
20867
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:04.812427"], ["updated_at", "2015-04-20 03:51:04.812427"]]
|
20868
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20869
|
+
[1m[35mImage::ProfilePicture Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]]
|
20870
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20871
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
20872
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20873
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20874
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20875
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20876
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20877
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-20 03:51:04.820442"], ["updated_at", "2015-04-20 03:51:04.820442"]]
|
20878
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20879
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20880
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:04.870121"], ["updated_at", "2015-04-20 03:51:04.870121"]]
|
20881
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20882
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20883
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20884
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
20885
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20886
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20887
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20888
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20889
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_2
|
20890
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:04.881532"], ["updated_at", "2015-04-20 03:51:04.881532"]]
|
20891
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
20892
|
+
[1m[36mImage::ProfilePicture Load (0.0ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20893
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20894
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
20895
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20896
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20897
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20898
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20899
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20900
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Some Name"], ["created_at", "2015-04-20 03:51:04.888035"], ["updated_at", "2015-04-20 03:51:04.888035"]]
|
20901
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_2
|
20902
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20903
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:04.948839"], ["updated_at", "2015-04-20 03:51:04.948839"]]
|
20904
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20905
|
+
[1m[35mImage::ProfilePicture Load (0.1ms)[0m SELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1 [["imageable_id", 1], ["imageable_type", "User"]]
|
20906
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20907
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
20908
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20909
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20910
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20911
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20912
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
20913
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
20914
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
20915
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
20916
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
20917
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
20918
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_2[0m
|
20919
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Some Name"], ["created_at", "2015-04-20 03:51:04.962112"], ["updated_at", "2015-04-20 03:51:04.962112"]]
|
20920
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_2[0m
|
20921
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20922
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "images" ("image", "imageable_id", "imageable_type", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["image", "test.jpg"], ["imageable_id", 1], ["imageable_type", "User"], ["created_at", "2015-04-20 03:51:05.006804"], ["updated_at", "2015-04-20 03:51:05.006804"]]
|
20923
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20924
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20925
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20926
|
+
[1m[36m (0.8ms)[0m [1mrollback transaction[0m
|
20927
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20928
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20929
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20930
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20931
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
20932
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "First Middle Last"], ["created_at", "2015-04-20 03:51:05.017777"], ["updated_at", "2015-04-20 03:51:05.017777"]]
|
20933
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
20934
|
+
[1m[36mImage::ProfilePicture Load (0.1ms)[0m [1mSELECT "images".* FROM "images" WHERE "images"."imageable_id" = ? AND "images"."imageable_type" = ? LIMIT 1[0m [["imageable_id", 1], ["imageable_type", "User"]]
|
20935
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20936
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
20937
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20938
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20939
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20940
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20941
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20942
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20943
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20944
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20945
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
20946
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20947
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20948
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20949
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20950
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20951
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20952
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20953
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20954
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20955
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20956
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20957
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20958
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20959
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20960
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20961
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20962
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20963
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20964
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20965
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20966
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20967
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20968
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20969
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20970
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20971
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20972
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
20973
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20974
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20975
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20976
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20977
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20978
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20979
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20980
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20981
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20982
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20983
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20984
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20985
|
+
[1m[35m (0.1ms)[0m begin transaction
|
20986
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
20987
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20988
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20989
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20990
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20991
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20992
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20993
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
20994
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20995
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
20996
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
20997
|
+
[1m[35m (0.0ms)[0m begin transaction
|
20998
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
20999
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21000
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21001
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21002
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21003
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21004
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21005
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21006
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21007
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21008
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21009
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21010
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21011
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21012
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21013
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21014
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21015
|
+
[1m[35m (0.1ms)[0m begin transaction
|
21016
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21017
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
21018
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21019
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21020
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21021
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21022
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21023
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21024
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21025
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21026
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21027
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21028
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21029
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21030
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21031
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21032
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21033
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21034
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21035
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21036
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21037
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21038
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21039
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21040
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
21041
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21042
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21043
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21044
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21045
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21046
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21047
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21048
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21049
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21050
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
21051
|
+
[1m[35m (0.0ms)[0m begin transaction
|
21052
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21053
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
21054
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
21055
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
21056
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poodle-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krishnaprasad Varma
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: kaminari
|