openstax_salesforce 0.19.0 → 1.0.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: ee344ba75105645df5e99df9b01a164636f8a1b3
4
- data.tar.gz: c6b02d7b0e7f17a8528311a3c55eb65d0c87e379
3
+ metadata.gz: 919140528ffda41c77f44c3e8e32c1545e3ab92b
4
+ data.tar.gz: d3898e39ea4282cda0e89b0b126ff90a46dc6b52
5
5
  SHA512:
6
- metadata.gz: fb7112e845eab8d98d4f766b88a983b892b82451dbd81a68437df04f3dd7f82e08ac1ebf409881730fa301cdb5f89925480b7279a49837055197304a70819dde
7
- data.tar.gz: fc91499111c71749cfb76b62865d892a2e7e8411b3adcfcf9285e07cf4cbf4ce22cbc7267c779377279fb204c6c62f0b1f3e1d0279ecd1b0b0246327671ba323
6
+ metadata.gz: cd405b21b86c81ac212ef092886140cd7ca709f475cb6602e38e13879a4b78144eeca8537363ac3fbe3c7c041b4015a6cbd03e26095031212fad5b3df0455691
7
+ data.tar.gz: 660db25ffb672699bf7480bc4b4801ac60e923a8fb538619a0b8e7bd202285a8ce228edd701e75d533bf3229b55cc02f56ef10c718e960fe623b5ab82ea665d3
@@ -0,0 +1,39 @@
1
+ module OpenStax::Salesforce::Remote
2
+ class CampaignMember < ActiveForce::SObject
3
+
4
+ field :campaign_id, from: "Campaign"
5
+ field :contact_id, from: "Contact"
6
+ field :accounts_uuid, from: "accounts_uuid__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 :arrived_marketing_page_not_from_pardot_at, from: "arrived_marketing_page_not_from_pardot_a__c", as: :datetime
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 :latest_adoption_decision, from: "latest_adoption_decision__c", as: :picklist
21
+ field :latest_adoption_decision_at, from: "latest_adoption_decision_at__c", as: :datetime
22
+
23
+ field :estimated_enrollment, from: "Estimated_Enrollment__c", as: :int
24
+ field :ignored_osas, from: "Ignored_OSAs__c", as: :boolean
25
+
26
+ field :percent_enrolled, from: "Percent_Enrolled__c", as: :percent
27
+ field :school_type, from: "School_Type__c"
28
+ field :students_registered, from: "Students_Registered__c", as: :int
29
+ field :students_reported_by_teacher, from: "Students_Reported_by_Teacher__c", as: :int
30
+ field :students_with_work, from: "Students_with_work__c", as: :int
31
+ field :sync_field, from: "SyncField__c", as: :datetime
32
+
33
+ belongs_to :contact, model: OpenStax::Salesforce::Remote::Contact
34
+ belongs_to :first_teacher_contact, model: OpenStax::Salesforce::Remote::Contact
35
+ belongs_to :pardot_reported_contact, model: OpenStax::Salesforce::Remote::Contact
36
+
37
+ self.table_name = 'CampaignMember'
38
+ end
39
+ end
@@ -16,7 +16,8 @@ module OpenStax::Salesforce::Remote
16
16
  field :adoption_status, from: "Adoption_Status__c"
17
17
  field :num_students, from: "Number_of_Students__c"
18
18
  field :os_accounts_id, from: "OS_Accounts_ID__c"
19
- field :accounts_uuid, from: "accounts_uuid__c"
19
+ field :accounts_uuid, from: "accounts_uuid_c__c"
20
+ field :application_source, from: "Application_Source__c"
20
21
 
21
22
  self.table_name = 'Lead'
22
23
  end
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = "0.19.0"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
Binary file
@@ -2930,3 +2930,239 @@ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
2930
2930
   (0.0ms) SAVEPOINT active_record_1
2931
2931
   (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2932
2932
   (0.0ms) rollback transaction
2933
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
2934
+  (0.9ms) DELETE FROM "openstax_salesforce_users";
2935
+  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
2936
+  (0.6ms) DELETE FROM sqlite_sequence where name = 'openstax_salesforce_users';
2937
+  (0.0ms) begin transaction
2938
+  (0.0ms) commit transaction
2939
+  (0.0ms) begin transaction
2940
+  (0.0ms) SAVEPOINT active_record_1
2941
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2942
+  (0.0ms) SAVEPOINT active_record_1
2943
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
2944
+  (0.0ms) rollback transaction
2945
+  (0.1ms) begin transaction
2946
+  (0.0ms) commit transaction
2947
+  (0.0ms) begin transaction
2948
+  (0.1ms) SAVEPOINT active_record_1
2949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2950
+  (0.0ms) SAVEPOINT active_record_1
2951
+ Processing by OpenStax::Salesforce::ApplicationController#index as HTML
2952
+ Filter chain halted as #<Proc:0x007fb8815d9120@/Users/jps/dev/openstax/openstax_salesforce/app/controllers/openstax/salesforce/application_controller.rb:5> rendered or redirected
2953
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
2954
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2955
+  (0.0ms) SAVEPOINT active_record_1
2956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2957
+  (0.0ms) SAVEPOINT active_record_1
2958
+ Processing by OpenStax::Salesforce::ApplicationController#index as HTML
2959
+ Rendered text template (0.0ms)
2960
+ Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
2961
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2962
+  (0.4ms) rollback transaction
2963
+  (0.0ms) begin transaction
2964
+  (0.0ms) commit transaction
2965
+  (0.0ms) begin transaction
2966
+  (0.0ms) SAVEPOINT active_record_1
2967
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2968
+  (0.0ms) SAVEPOINT active_record_1
2969
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2970
+ Processing by OpenStax::Salesforce::SettingsController#callback as HTML
2971
+ OpenStax::Salesforce::User Load (0.5ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."uid" = ? ORDER BY "openstax_salesforce_users"."id" ASC LIMIT 1 [["uid", "someuid"]]
2972
+  (0.0ms) SAVEPOINT active_record_2
2973
+ 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-12-27 15:08:04.756751"], ["updated_at", "2017-12-27 15:08:04.756751"]]
2974
+ OpenStax::Salesforce::User Load (0.4ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
2975
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2976
+ Redirected to http://test.host/admin/salesforce/
2977
+ Completed 302 Found in 22ms (ActiveRecord: 1.3ms)
2978
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2979
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
2980
+  (0.0ms) SAVEPOINT active_record_1
2981
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2982
+  (0.0ms) SAVEPOINT active_record_1
2983
+  (0.1ms) SAVEPOINT active_record_2
2984
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "39c15015f46a49d624fd"], ["name", "Alex O'Kon DVM"], ["oauth_token", "eb51ce8d31b23ab1927dbc89ef9fb2e1"], ["refresh_token", "66ce087457c1e2245425fb36bd07fe65"], ["instance_url", "http://robertskovacek.com/estefania"], ["created_at", "2017-12-27 15:08:05.237436"], ["updated_at", "2017-12-27 15:08:05.237436"]]
2985
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2986
+  (0.0ms) SAVEPOINT active_record_2
2987
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "75a37257ff5b27179922"], ["name", "Valerie Medhurst"], ["oauth_token", "585471934e2c07691853dbf2ac88b130"], ["refresh_token", "169b992b8d70c247aee8cac0b78b77b9"], ["instance_url", "http://nicolasritchie.org/wiley"], ["created_at", "2017-12-27 15:08:05.239562"], ["updated_at", "2017-12-27 15:08:05.239562"]]
2988
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2989
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
2990
+ Processing by OpenStax::Salesforce::SettingsController#callback as HTML
2991
+ 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"]]
2992
+  (0.0ms) SAVEPOINT active_record_2
2993
+ SQL (0.0ms) 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-12-27 15:08:05.245903"], ["updated_at", "2017-12-27 15:08:05.245903"]]
2994
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 3
2995
+ SQL (0.1ms) DELETE FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? [["id", 1]]
2996
+ SQL (0.0ms) DELETE FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? [["id", 2]]
2997
+  (0.0ms) RELEASE SAVEPOINT active_record_2
2998
+ Redirected to http://test.host/admin/salesforce/
2999
+ Completed 302 Found in 6ms (ActiveRecord: 0.3ms)
3000
+  (0.0ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
3001
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users"
3002
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3003
+  (0.0ms) SAVEPOINT active_record_1
3004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3005
+  (0.0ms) SAVEPOINT active_record_1
3006
+  (0.0ms) SAVEPOINT active_record_2
3007
+ SQL (0.0ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "someuid"], ["name", "Cecile Homenick DDS"], ["oauth_token", "41fc951d84de53fff05b6b0f5be8aa79"], ["refresh_token", "f5b8b05e19bbb85323abaf73ffffa310"], ["instance_url", "http://morar.co/elnora.labadie"], ["created_at", "2017-12-27 15:08:05.253935"], ["updated_at", "2017-12-27 15:08:05.253935"]]
3008
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
3009
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3010
+ Processing by OpenStax::Salesforce::SettingsController#callback as HTML
3011
+ 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"]]
3012
+  (0.0ms) SAVEPOINT active_record_2
3013
+ 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-12-27 15:08:05.259604"], ["id", 1]]
3014
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
3015
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3016
+ Redirected to http://test.host/admin/salesforce/
3017
+ Completed 302 Found in 5ms (ActiveRecord: 0.2ms)
3018
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? LIMIT 1 [["id", 1]]
3019
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3020
+  (0.0ms) SAVEPOINT active_record_1
3021
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3022
+  (0.0ms) SAVEPOINT active_record_1
3023
+  (0.0ms) SAVEPOINT active_record_2
3024
+ SQL (0.1ms) INSERT INTO "openstax_salesforce_users" ("uid", "name", "oauth_token", "refresh_token", "instance_url", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "b468c32da3ab1a24c29b"], ["name", "Madge Lang"], ["oauth_token", "1810111fc1e9b8d06e67f88bedbf1960"], ["refresh_token", "d78cda24c0e82d57b8e3f9007eb3008d"], ["instance_url", "http://heidenreichthiel.net/sigmund.dubuque"], ["created_at", "2017-12-27 15:08:05.269257"], ["updated_at", "2017-12-27 15:08:05.269257"]]
3025
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" != 1
3026
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3027
+  (0.1ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
3028
+ Processing by OpenStax::Salesforce::SettingsController#destroy_user as HTML
3029
+ OpenStax::Salesforce::User Load (0.1ms) SELECT "openstax_salesforce_users".* FROM "openstax_salesforce_users"
3030
+  (0.0ms) SAVEPOINT active_record_2
3031
+ SQL (0.0ms) DELETE FROM "openstax_salesforce_users" WHERE "openstax_salesforce_users"."id" = ? [["id", 1]]
3032
+  (0.0ms) RELEASE SAVEPOINT active_record_2
3033
+ Redirected to http://test.host/admin/salesforce/
3034
+ Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
3035
+  (0.0ms) SELECT COUNT(*) FROM "openstax_salesforce_users"
3036
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3037
+  (0.0ms) SAVEPOINT active_record_1
3038
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3039
+  (0.0ms) SAVEPOINT active_record_1
3040
+ Processing by OpenStax::Salesforce::SettingsController#show as HTML
3041
+ Filter chain halted as #<Proc:0x007fb8815d9120@/Users/jps/dev/openstax/openstax_salesforce/app/controllers/openstax/salesforce/application_controller.rb:5> rendered or redirected
3042
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
3043
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3044
+  (0.4ms) rollback transaction
3045
+  (0.0ms) begin transaction
3046
+  (0.0ms) commit transaction
3047
+  (0.0ms) begin transaction
3048
+  (0.0ms) SAVEPOINT active_record_1
3049
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3050
+  (0.0ms) SAVEPOINT active_record_1
3051
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3052
+  (0.0ms) rollback transaction
3053
+  (0.0ms) begin transaction
3054
+  (0.0ms) commit transaction
3055
+  (0.0ms) begin transaction
3056
+  (0.0ms) SAVEPOINT active_record_1
3057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3058
+  (0.0ms) SAVEPOINT active_record_1
3059
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3060
+  (0.1ms) SAVEPOINT active_record_1
3061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3062
+  (0.0ms) SAVEPOINT active_record_1
3063
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3064
+  (0.0ms) SAVEPOINT active_record_1
3065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3066
+  (0.1ms) SAVEPOINT active_record_1
3067
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3068
+  (0.0ms) SAVEPOINT active_record_1
3069
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3070
+  (0.0ms) SAVEPOINT active_record_1
3071
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3072
+  (0.0ms) SAVEPOINT active_record_1
3073
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3074
+  (0.0ms) SAVEPOINT active_record_1
3075
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3076
+  (0.0ms) SAVEPOINT active_record_1
3077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
3078
+  (0.0ms) SAVEPOINT active_record_1
3079
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3080
+  (0.0ms) SAVEPOINT active_record_1
3081
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3082
+  (0.0ms) SAVEPOINT active_record_1
3083
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3084
+  (0.0ms) SAVEPOINT active_record_1
3085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3086
+  (0.0ms) SAVEPOINT active_record_1
3087
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3088
+  (0.1ms) SAVEPOINT active_record_1
3089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3090
+  (0.0ms) SAVEPOINT active_record_1
3091
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3092
+  (0.0ms) SAVEPOINT active_record_1
3093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3094
+  (0.0ms) SAVEPOINT active_record_1
3095
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3096
+  (0.0ms) rollback transaction
3097
+  (0.0ms) begin transaction
3098
+  (0.0ms) commit transaction
3099
+  (0.0ms) begin transaction
3100
+  (0.0ms) SAVEPOINT active_record_1
3101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3102
+  (0.1ms) SAVEPOINT active_record_1
3103
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3104
+  (0.0ms) SAVEPOINT active_record_1
3105
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3106
+  (0.0ms) SAVEPOINT active_record_1
3107
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3108
+  (0.0ms) SAVEPOINT active_record_1
3109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3110
+  (0.0ms) SAVEPOINT active_record_1
3111
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3112
+  (0.0ms) SAVEPOINT active_record_1
3113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3114
+  (0.0ms) SAVEPOINT active_record_1
3115
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3116
+  (0.0ms) SAVEPOINT active_record_1
3117
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3118
+  (0.0ms) SAVEPOINT active_record_1
3119
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3120
+  (0.0ms) SAVEPOINT active_record_1
3121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3122
+  (0.0ms) SAVEPOINT active_record_1
3123
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3124
+  (0.0ms) SAVEPOINT active_record_1
3125
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3126
+  (0.0ms) SAVEPOINT active_record_1
3127
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3128
+  (0.0ms) SAVEPOINT active_record_1
3129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3130
+  (0.0ms) SAVEPOINT active_record_1
3131
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3132
+  (0.0ms) SAVEPOINT active_record_1
3133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3134
+  (0.0ms) SAVEPOINT active_record_1
3135
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3136
+  (0.0ms) SAVEPOINT active_record_1
3137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3138
+  (0.0ms) SAVEPOINT active_record_1
3139
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3140
+  (0.0ms) SAVEPOINT active_record_1
3141
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3142
+  (0.0ms) SAVEPOINT active_record_1
3143
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3144
+  (0.0ms) rollback transaction
3145
+  (0.0ms) begin transaction
3146
+  (0.0ms) commit transaction
3147
+  (0.0ms) begin transaction
3148
+  (0.0ms) SAVEPOINT active_record_1
3149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3150
+  (0.0ms) SAVEPOINT active_record_1
3151
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3152
+  (0.0ms) SAVEPOINT active_record_1
3153
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3154
+  (0.0ms) SAVEPOINT active_record_1
3155
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3156
+  (0.0ms) SAVEPOINT active_record_1
3157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3158
+  (0.0ms) SAVEPOINT active_record_1
3159
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3160
+  (0.1ms) rollback transaction
3161
+  (0.0ms) begin transaction
3162
+  (0.0ms) commit transaction
3163
+  (0.0ms) begin transaction
3164
+  (0.0ms) SAVEPOINT active_record_1
3165
+  (0.0ms) RELEASE SAVEPOINT active_record_1
3166
+  (0.0ms) SAVEPOINT active_record_1
3167
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
3168
+  (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.19.0
4
+ version: 1.0.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-06-15 00:00:00.000000000 Z
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -187,6 +187,7 @@ files:
187
187
  - lib/openstax/salesforce/client.rb
188
188
  - lib/openstax/salesforce/engine.rb
189
189
  - lib/openstax/salesforce/remote/book.rb
190
+ - lib/openstax/salesforce/remote/campaign_member.rb
190
191
  - lib/openstax/salesforce/remote/class_size.rb
191
192
  - lib/openstax/salesforce/remote/contact.rb
192
193
  - lib/openstax/salesforce/remote/individual_adoption.rb