Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6 updates #210

Merged
merged 15 commits into from
Sep 18, 2019
Merged

v6 updates #210

merged 15 commits into from
Sep 18, 2019

Conversation

smaeda-ks
Copy link
Collaborator

@smaeda-ks smaeda-ks commented Sep 15, 2019

@smaeda-ks smaeda-ks added the task label Sep 15, 2019
@smaeda-ks smaeda-ks self-assigned this Sep 15, 2019
@@ -173,11 +189,11 @@ def check_async_job_status(account, opts = {})
# set default values
job_ids = opts.fetch(:job_ids, nil)
params = {}
params[:job_ids] = Array.wrap(job_ids).join(',') if job_ids
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug: Array#wrap is only available for ActiveSupport in Rails. This was introduced in b1f2e97#diff-697bfc02b2bb3faa338ddbb781e0fb93 (2017)

@smaeda-ks smaeda-ks changed the title [WIP] v6 updates v6 updates Sep 15, 2019
Copy link
Collaborator

@tushdante tushdante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes, but otherwise 👍

lib/twitter-ads/account.rb Show resolved Hide resolved
lib/twitter-ads/resources/analytics.rb Outdated Show resolved Hide resolved
lib/twitter-ads/resources/analytics.rb Outdated Show resolved Hide resolved
@smaeda-ks smaeda-ks requested a review from tushdante September 18, 2019 03:02
Copy link
Collaborator

@tushdante tushdante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM! Just wanted to get your thoughts on the active entities question

lib/twitter-ads/resources/analytics.rb Show resolved Hide resolved
@smaeda-ks smaeda-ks merged commit d7a99e3 into xdevplatform:master Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants