Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
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: paulelliott/fabrication
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.20.1
Choose a base ref
...
head repository: paulelliott/fabrication
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.20.2
Choose a head ref
  • 3 commits
  • 19 files changed
  • 2 contributors

Commits on May 2, 2019

  1. Verify that ActiveRecord::Base is defined before use

    Some gems will create an ActiveRecord module, but if you
    aren't using AR you won't have AR::Base loaded. The check breaks
    in this case.
    qnm committed May 2, 2019
    Configuration menu
    Copy the full SHA
    b2b5d0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #312 from qnm/check-ar-base-defined-before-use

    Verify that ActiveRecord::Base is defined when checking for support
    paulelliott committed May 2, 2019
    Configuration menu
    Copy the full SHA
    6d5e6ed View commit details
    Browse the repository at this point in the history
  3. Version 2.20.2

    paulelliott committed May 2, 2019
    Configuration menu
    Copy the full SHA
    15c0b49 View commit details
    Browse the repository at this point in the history
Loading