Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: consuldemocracy/consuldemocracy Loading
base: 0c153919ef85479f7212faf6602241559ec70953
Choose a base ref
...
head repository: consuldemocracy/consuldemocracy Loading
compare: 2a96dfb72d21559f7e960732b4e6dbacf95cdd50
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 15, 2021

  1. Supress warnings in Paperclip::UrlGenerator

    We were getting hundreds of "warning: URI.escape is obsolete" messages.
    So we're using `URI::DEFAULT_PARSER.escape` instead.
    
    IMHO it's OK to add this monkey-patch because we're replacing Paperclip
    with Active Storage, and when we finish with that we'll delete this
    file.
    javierm committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    2a96dfb View commit details
    Browse the repository at this point in the history
Loading