openstax_salesforce 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fc10111c804f01d7f9ba4cb39d3a88138359211
4
- data.tar.gz: 9b10ec205f9dce3d59ab459feaa866eb141bb57a
3
+ metadata.gz: 990c81313b20a109ef0f2c05ad53ba8ec468cde5
4
+ data.tar.gz: 3724e9e640c2b9c09b0f2bf038de0ce3c6945860
5
5
  SHA512:
6
- metadata.gz: 4c3ff5bad295d44d28200bdaa3ce2d21eb1fa4c091cc0472210f9c7e211e77d891f417ebba40e00668b7a5cd095a0d4f21fb9f8a77bb4cb03196140f5126fc64
7
- data.tar.gz: a48918a5eaf8cbe0673c65286c516e2ba4cffc4822a52aabd269c446c59331990d25432e0d77bff057dc5db1af1f9cf8b7c0abfb6d37c8d410483de31ee1f845
6
+ metadata.gz: e6c9c91b28a5f6c6a2c7129bd5c51f7fdb86155aeaccc785a64e55c967433ebef92c21ab85a0f2a166cdff8c3d465659bbb26977c3b99f0292653881f5fb6515
7
+ data.tar.gz: aa249a2bc14e0ee6ad663f6d9e32aebd24c2a9323d18f63a3288676e6d5c218618606d7010fb4ab27a95ae7088ca55fbdf3eb986dda706dac804cb32d8892018
@@ -1,25 +1,27 @@
1
1
  module OpenStax::Salesforce::Remote
2
2
  class TutorOnboardingA < ActiveForce::SObject
3
3
 
4
- field :accounts_uuid, from: "accounts_uuid__c"
5
-
6
- field :contact_id, from: "Contact__c"
7
-
8
- field :pardot_reported_contact_id, from: "pardot_reported_contact_id__c"
9
- field :pardot_reported_piaid, from: "pardot_reported_piaid__c"
10
- field :pardot_reported_picid, from: "pardot_reported_picid__c"
11
-
12
- field :first_teacher_contact_id, from: "first_teacher_contact_id__c"
13
-
14
- field :arrived_marketing_page_from_pardot_at, from: "arrived_marketing_page_from_pardot_at__c", as: :datetime
15
- field :days_since_arrived_marketing_page_from_p, from: "days_since_arrived_marketing_page_from_p__c", as: :double
16
- field :preview_created_at, from: "preview_created_at__c", as: :datetime
17
- field :real_course_created_at, from: "real_course_created_at__c", as: :datetime
18
- field :like_preview_ask_later_count, from: "like_preview_ask_later_count__c", as: :int
19
- field :like_preview_yes_at, from: "like_preview_yes_at__c", as: :datetime
20
- field :days_since_like_preview_yes, from: "days_since_like_preview_yes__c", as: :double
21
- field :latest_adoption_decision, from: "latest_adoption_decision__c", as: :picklist
22
- field :latest_adoption_decision_at, from: "latest_adoption_decision_at__c", as: :datetime
4
+ field :accounts_uuid, from: "accounts_uuid__c"
5
+
6
+ field :contact_id, from: "Contact__c"
7
+
8
+ field :pardot_reported_contact_id, from: "pardot_reported_contact_id__c"
9
+ field :pardot_reported_piaid, from: "pardot_reported_piaid__c"
10
+ field :pardot_reported_picid, from: "pardot_reported_picid__c"
11
+
12
+ field :first_teacher_contact_id, from: "first_teacher_contact_id__c"
13
+
14
+ field :arrived_marketing_page_from_pardot_at, from: "arrived_marketing_page_from_pardot_at__c", as: :datetime
15
+ field :days_since_arrived_marketing_page_from_pardot, from: "days_since_arrived_marketing_page_from_p__c", as: :double
16
+ field :arrived_marketing_page_not_from_pardot_at, from: "arrived_marketing_page_not_from_pardot_a__c", as: :datetime
17
+ field :days_since_arrived_marketing_page_not_from_pardot, from: "days_since_arrived_marketing_page_from_p__c", as: :double
18
+ field :preview_created_at, from: "preview_created_at__c", as: :datetime
19
+ field :real_course_created_at, from: "real_course_created_at__c", as: :datetime
20
+ field :like_preview_ask_later_count, from: "like_preview_ask_later_count__c", as: :int
21
+ field :like_preview_yes_at, from: "like_preview_yes_at__c", as: :datetime
22
+ field :days_since_like_preview_yes, from: "days_since_like_preview_yes__c", as: :double
23
+ field :latest_adoption_decision, from: "latest_adoption_decision__c", as: :picklist
24
+ field :latest_adoption_decision_at, from: "latest_adoption_decision_at__c", as: :datetime
23
25
 
24
26
  belongs_to :contact, model: OpenStax::Salesforce::Remote::Contact
25
27
  belongs_to :first_teacher_contact, model: OpenStax::Salesforce::Remote::Contact
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = "0.13.0"
3
+ VERSION = "0.14.0"
4
4
  end
5
5
  end
Binary file
@@ -1986,3 +1986,239 @@ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
1986
1986
   (0.0ms) SAVEPOINT active_record_1
1987
1987
   (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1988
1988
   (0.0ms) rollback transaction
1989
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1990
+  (1.6ms) DELETE FROM "openstax_salesforce_users";
1991
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
1992
+  (0.4ms) DELETE FROM sqlite_sequence where name = 'openstax_salesforce_users';
1993
+  (0.0ms) begin transaction
1994
+  (0.0ms) commit transaction
1995
+  (0.0ms) begin transaction
1996
+  (0.0ms) SAVEPOINT active_record_1
1997
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1998
+  (0.0ms) SAVEPOINT active_record_1
1999
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2000
+  (0.0ms) rollback transaction
2001
+  (0.0ms) begin transaction
2002
+  (0.0ms) commit transaction
2003
+  (0.0ms) begin transaction
2004
+  (0.0ms) SAVEPOINT active_record_1
2005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2006
+  (0.0ms) SAVEPOINT active_record_1
2007
+ Processing by OpenStax::Salesforce::ApplicationController#index as HTML
2008
+ Filter chain halted as #<Proc:0x007f852bc20f80@/Users/jps/dev/openstax/openstax_salesforce/app/controllers/openstax/salesforce/application_controller.rb:5> rendered or redirected
2009
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
2010
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2011
+  (0.0ms) SAVEPOINT active_record_1
2012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2013
+  (0.0ms) SAVEPOINT active_record_1
2014
+ Processing by OpenStax::Salesforce::ApplicationController#index as HTML
2015
+ Rendered text template (0.0ms)
2016
+ Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
2017
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2018
+  (0.0ms) rollback transaction
2019
+  (0.0ms) begin transaction
2020
+  (0.0ms) commit transaction
2021
+  (0.0ms) begin transaction
2022
+  (0.0ms) SAVEPOINT active_record_1
2023
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2024
+  (0.0ms) SAVEPOINT active_record_1
2025
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2026
+ Processing by OpenStax::Salesforce::SettingsController#callback as HTML
2027
+ OpenStax::Salesforce::User Load (0.2ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."uid" = ? ORDER BY "openstax_salesforce_users"."id" ASC LIMIT 1 [["uid", "someuid"]]
2028
+  (0.0ms) SAVEPOINT active_record_2
2029
+ SQL (0.3ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "someuid"], ["name", "Bobby Thomas"], ["oauth_token", "oauth_token"], ["refresh_token", "refresh_token"], ["instance_url", "http://blah.com/"], ["created_at", "2017-05-21 07:10:31.701382"], ["updated_at", "2017-05-21 07:10:31.701382"]]
2030
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
2031
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2032
+ Redirected to http://test.host/admin/salesforce/
2033
+ Completed 302 Found in 17ms (ActiveRecord: 0.6ms)
2034
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2035
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2036
+  (0.0ms) SAVEPOINT active_record_1
2037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2038
+  (0.0ms) SAVEPOINT active_record_1
2039
+  (0.1ms) SAVEPOINT active_record_2
2040
+ SQL (0.3ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "58ad7a3d381dc719758f"], ["name", "Carlotta Murray"], ["oauth_token", "8bfefcef9dc64d8efe08b2b3cf1f3143"], ["refresh_token", "a5ba72d9eab8739cc58c53014b3090a9"], ["instance_url", "http://terry.name/antwan"], ["created_at", "2017-05-21 07:10:32.200104"], ["updated_at", "2017-05-21 07:10:32.200104"]]
2041
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2042
+  (0.0ms) SAVEPOINT active_record_2
2043
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "983fe5cf7abe915346b6"], ["name", "Mable Strosin"], ["oauth_token", "c7ed52f9f07a3749c43c8bf02b2e7e19"], ["refresh_token", "ec04e4e399ecf0d0e7659b4541f4537c"], ["instance_url", "http://senger.com/magali"], ["created_at", "2017-05-21 07:10:32.202525"], ["updated_at", "2017-05-21 07:10:32.202525"]]
2044
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2045
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2046
+ Processing by OpenStax::Salesforce::SettingsController#callback as HTML
2047
+ OpenStax::Salesforce::User Load (0.0ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."uid" = ? ORDER BY "openstax_salesforce_users"."id" ASC LIMIT 1 [["uid", "someuid"]]
2048
+  (0.0ms) SAVEPOINT active_record_2
2049
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "someuid"], ["name", "Bobby Thomas"], ["oauth_token", "oauth_token"], ["refresh_token", "refresh_token"], ["instance_url", "http://blah.com/"], ["created_at", "2017-05-21 07:10:32.209401"], ["updated_at", "2017-05-21 07:10:32.209401"]]
2050
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 3
2051
+ SQL (0.1ms) DELETE FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? [["id", 1]]
2052
+ SQL (0.0ms) DELETE FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? [["id", 2]]
2053
+  (0.1ms) RELEASE SAVEPOINT active_record_2
2054
+ Redirected to http://test.host/admin/salesforce/
2055
+ Completed 302 Found in 7ms (ActiveRecord: 0.4ms)
2056
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2057
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users"
2058
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2059
+  (0.0ms) SAVEPOINT active_record_1
2060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2061
+  (0.0ms) SAVEPOINT active_record_1
2062
+  (0.0ms) SAVEPOINT active_record_2
2063
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "someuid"], ["name", "Elyse Price"], ["oauth_token", "a4f82a8eb90f336dd90eebdf0204df01"], ["refresh_token", "0bdf97feb0a62445d96fe5a68b6519d9"], ["instance_url", "http://willms.info/tyreek_lakin"], ["created_at", "2017-05-21 07:10:32.218512"], ["updated_at", "2017-05-21 07:10:32.218512"]]
2064
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
2065
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2066
+ Processing by OpenStax::Salesforce::SettingsController#callback as HTML
2067
+ OpenStax::Salesforce::User Load (0.0ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."uid" = ? ORDER BY "openstax_salesforce_users"."id" ASC LIMIT 1 [["uid", "someuid"]]
2068
+  (0.0ms) SAVEPOINT active_record_2
2069
+ SQL (0.1ms) UPDATE "openstax_salesforce_users" SET "name" = ?, "oauth_token" = ?, "refresh_token" = ?, "instance_url" = ?, "updated_at" = ? WHERE "openstax_salesforce_users"."id" = ? [["name", "Bobby Thomas"], ["oauth_token", "oauth_token"], ["refresh_token", "refresh_token"], ["instance_url", "http://blah.com/"], ["updated_at", "2017-05-21 07:10:32.224736"], ["id", 1]]
2070
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
2071
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2072
+ Redirected to http://test.host/admin/salesforce/
2073
+ Completed 302 Found in 5ms (ActiveRecord: 0.3ms)
2074
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? LIMIT 1 [["id", 1]]
2075
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2076
+  (0.0ms) SAVEPOINT active_record_1
2077
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2078
+  (0.0ms) SAVEPOINT active_record_1
2079
+  (0.0ms) SAVEPOINT active_record_2
2080
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "3aa90cc2bc7f19afd368"], ["name", "Miss Jayme Schaden"], ["oauth_token", "9194e8e2b33d0c8e153e026c4529caf9"], ["refresh_token", "cff8e57ef8115af4363ca01f4c5fb444"], ["instance_url", "http://weberlesch.biz/nickolas_johnston"], ["created_at", "2017-05-21 07:10:32.233501"], ["updated_at", "2017-05-21 07:10:32.233501"]]
2081
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
2082
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2083
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2084
+ Processing by OpenStax::Salesforce::SettingsController#destroy_user as HTML
2085
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users"
2086
+  (0.0ms) SAVEPOINT active_record_2
2087
+ SQL (0.1ms) DELETE FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? [["id", 1]]
2088
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2089
+ Redirected to http://test.host/admin/salesforce/
2090
+ Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
2091
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2092
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2093
+  (0.0ms) SAVEPOINT active_record_1
2094
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2095
+  (0.0ms) SAVEPOINT active_record_1
2096
+ Processing by OpenStax::Salesforce::SettingsController#show as HTML
2097
+ Filter chain halted as #<Proc:0x007f852bc20f80@/Users/jps/dev/openstax/openstax_salesforce/app/controllers/openstax/salesforce/application_controller.rb:5> rendered or redirected
2098
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
2099
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2100
+  (0.5ms) rollback transaction
2101
+  (0.0ms) begin transaction
2102
+  (0.0ms) commit transaction
2103
+  (0.0ms) begin transaction
2104
+  (0.0ms) SAVEPOINT active_record_1
2105
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2106
+  (0.0ms) SAVEPOINT active_record_1
2107
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2108
+  (0.0ms) rollback transaction
2109
+  (0.0ms) begin transaction
2110
+  (0.0ms) commit transaction
2111
+  (0.0ms) begin transaction
2112
+  (0.0ms) SAVEPOINT active_record_1
2113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2114
+  (0.0ms) SAVEPOINT active_record_1
2115
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2116
+  (0.0ms) SAVEPOINT active_record_1
2117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2118
+  (0.0ms) SAVEPOINT active_record_1
2119
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2120
+  (0.0ms) SAVEPOINT active_record_1
2121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2122
+  (0.0ms) SAVEPOINT active_record_1
2123
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2124
+  (0.0ms) SAVEPOINT active_record_1
2125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2126
+  (0.0ms) SAVEPOINT active_record_1
2127
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2128
+  (0.0ms) SAVEPOINT active_record_1
2129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2130
+  (0.0ms) SAVEPOINT active_record_1
2131
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2132
+  (0.0ms) SAVEPOINT active_record_1
2133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2134
+  (0.0ms) SAVEPOINT active_record_1
2135
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2136
+  (0.0ms) SAVEPOINT active_record_1
2137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2138
+  (0.0ms) SAVEPOINT active_record_1
2139
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2140
+  (0.0ms) SAVEPOINT active_record_1
2141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2142
+  (0.0ms) SAVEPOINT active_record_1
2143
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2144
+  (0.0ms) SAVEPOINT active_record_1
2145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2146
+  (0.0ms) SAVEPOINT active_record_1
2147
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2148
+  (0.0ms) SAVEPOINT active_record_1
2149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2150
+  (0.0ms) SAVEPOINT active_record_1
2151
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2152
+  (0.0ms) rollback transaction
2153
+  (0.0ms) begin transaction
2154
+  (0.0ms) commit transaction
2155
+  (0.0ms) begin transaction
2156
+  (0.0ms) SAVEPOINT active_record_1
2157
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2158
+  (0.0ms) SAVEPOINT active_record_1
2159
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2160
+  (0.0ms) SAVEPOINT active_record_1
2161
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2162
+  (0.0ms) SAVEPOINT active_record_1
2163
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2164
+  (0.1ms) SAVEPOINT active_record_1
2165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2166
+  (0.0ms) SAVEPOINT active_record_1
2167
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2168
+  (0.0ms) SAVEPOINT active_record_1
2169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2170
+  (0.0ms) SAVEPOINT active_record_1
2171
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2172
+  (0.0ms) SAVEPOINT active_record_1
2173
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2174
+  (0.0ms) SAVEPOINT active_record_1
2175
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2176
+  (0.0ms) SAVEPOINT active_record_1
2177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2178
+  (0.0ms) SAVEPOINT active_record_1
2179
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2180
+  (0.0ms) SAVEPOINT active_record_1
2181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2182
+  (0.0ms) SAVEPOINT active_record_1
2183
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2184
+  (0.0ms) SAVEPOINT active_record_1
2185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2186
+  (0.0ms) SAVEPOINT active_record_1
2187
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2188
+  (0.0ms) SAVEPOINT active_record_1
2189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2190
+  (0.0ms) SAVEPOINT active_record_1
2191
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2192
+  (0.0ms) SAVEPOINT active_record_1
2193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2194
+  (0.0ms) SAVEPOINT active_record_1
2195
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2196
+  (0.0ms) SAVEPOINT active_record_1
2197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2198
+  (0.0ms) SAVEPOINT active_record_1
2199
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2200
+  (0.0ms) rollback transaction
2201
+  (0.0ms) begin transaction
2202
+  (0.0ms) commit transaction
2203
+  (0.0ms) begin transaction
2204
+  (0.0ms) SAVEPOINT active_record_1
2205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2206
+  (0.0ms) SAVEPOINT active_record_1
2207
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2208
+  (0.0ms) SAVEPOINT active_record_1
2209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2210
+  (0.1ms) SAVEPOINT active_record_1
2211
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2212
+  (0.0ms) SAVEPOINT active_record_1
2213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2214
+  (0.1ms) SAVEPOINT active_record_1
2215
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2216
+  (0.0ms) rollback transaction
2217
+  (0.0ms) begin transaction
2218
+  (0.0ms) commit transaction
2219
+  (0.0ms) begin transaction
2220
+  (0.0ms) SAVEPOINT active_record_1
2221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2222
+  (0.0ms) SAVEPOINT active_record_1
2223
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2224
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstax_salesforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Slavinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-18 00:00:00.000000000 Z
11
+ date: 2017-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails