Merged
Conversation
Collaborator
|
Thanks! |
Collaborator
|
Looks like this isn't working correctly (CI failing) The 3rd argument to Can you please send a PR fixing this? |
Collaborator
|
Looking at the source, it's not the |
Collaborator
|
Example failing job https://travis-ci.org/github/thredded/thredded/jobs/766574511 Error: |
This was referenced Apr 10, 2021
Collaborator
|
@rickychilcott we can't reopen this PR because it was merged once, but can you open another PR for this when you're ready? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This addresses #880 which is a concern about relying on the rb-gravatar gem, which has been GPLed in sn/ruby-gravatar@5a1225c We could peg our dependency on an older version of the gem, but it might be better to rely on a gem that is guaranteed to not be GPLed.
As such, I created a gem called RailsGravatar which has a very similar API but changes some of the internals to better output rails tags (using
ActionViewhelpers) and wrote a comprehensive test suite. The most important part is that it's MIT licensed and has no concerns about it being GPLed.