-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Issue #4124 Check write access before authorizing Twitter #4344
Issue #4124 Check write access before authorizing Twitter #4344
Conversation
Looks like the build is failing due to tests that were already broken |
You changed a lot of language files. Afaik you should change |
@svbergerem is right, please only ever edit en.yml. |
And the failures indicate that you introduced an endless recursion somewhere. |
@@ -189,6 +189,7 @@ end | |||
|
|||
|
|||
group :development, :test do | |||
# gem 'pry' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The guard gem already pulls in pry as a dependency, so you can just require and use it.
Ok, just committed the fixes for the issues pointed out. Sorry about the locale files, I thought I was being thorough :) Should I revert that? |
Yes, please only edit the *en.yml variants. |
Okay, this is looking really good now, please just revert the changes to db/schema.rb, add a changelog entry and squash the commits together: git checkout 4124-check-twitter-write-access-before-auth
git checkout develop db/schema.rb
$EDITOR Changelog.md
git commit -m "revert db/schema.rb changes and added changelog entry" db/schema.rb Changelog.md
git rebase -i develop
# Leave the first line at pick, choose squash, or s in short, for all other lines
git push -f origin 4124-check-twitter-write-access-before-auth |
Done, thanks for the walk-through |
Thank you! |
…ccess-before-auth Issue #4124 Check write access before authorizing Twitter
No description provided.