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: rails/thor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.2
Choose a base ref
...
head repository: rails/thor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 10, 2018

  1. Add care about old version of did_you_mean

    `DidYouMean::SpellChecker` class added by `v1.0.2`.
    https://github.com/yuki24/did_you_mean/blob/master/CHANGELOG.md#v102
    
    Therefore, even if can use `did_you_mean`, may not be able to use
    `DidYouMean::SpellChecker`. For that case, also ignored `NameError`.
    y-yagi committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    846b794 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #637 from y-yagi/add_care_of_old_did_you_mean

    Add care about old version of `did_you_mean`
    rafaelfranca authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    8c1fae2 View commit details
    Browse the repository at this point in the history
  3. Prepare to 0.20.3

    rafaelfranca committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    0887bc8 View commit details
    Browse the repository at this point in the history
Loading