Skip to content
This repository was archived by the owner on May 15, 2019. 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/authem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hashrocket/authem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 26 files changed
  • 3 contributors

Commits on Nov 15, 2017

  1. Improve support for Rails 5 migrations

    Adds the now required version on ActiveRecord::Migration.
    Also update all gems.
    dkarter committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    d5e7125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2294bdc View commit details
    Browse the repository at this point in the history
  3. Upgrade instructions for v2.2

    dkarter committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    37b5e95 View commit details
    Browse the repository at this point in the history
  4. Bump version to v2.2.0

    dkarter committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    25590bd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from hashrocket/feature/support_multi_channel_auth

    Feature/support multi channel auth
    hashrocketeer authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    f6b5509 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Remove support for Rails 4.0 and 4.1

    It was getting hairy to support those old versions because some of the
    dependencies would not install anymore on modern versions of Ruby and
    are no longer supported by their maintainers.
    Dorian Karter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    0c63930 View commit details
    Browse the repository at this point in the history
  2. Dev instructions + supported versions documentaion

    Dorian Karter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    c8e756d View commit details
    Browse the repository at this point in the history
  3. Fix sign out issue when user is not signed in

    Dorian Karter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    ec7cb09 View commit details
    Browse the repository at this point in the history
  4. Ignore vendor folder

    Dorian Karter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    8b49ccb View commit details
    Browse the repository at this point in the history
  5. Bump version in version.rb file

    Dorian Karter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    5a2d0c2 View commit details
    Browse the repository at this point in the history
Loading