Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Rails 5.0+ Support (Drops Rails 4.2 Support) #192

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Commits on Mar 16, 2017

  1. Add context argument for an authenticator to use

    Sometimes a login might require more information than just a username and password, in these cases the extra info can be pased to the authenticator via the context parameter as a Hash.
    meanphil authored and joelvh committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    0a36e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e618b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1305bab View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Merge pull request #2 from identification-io/add_context

    Add context
    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    5a99dac View commit details
    Browse the repository at this point in the history
  2. Added CHANGELOG.md

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    a724942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c946cbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba37677 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db91d9 View commit details
    Browse the repository at this point in the history
  6. Rubocop cleanup

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    47d685f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30c6485 View commit details
    Browse the repository at this point in the history
  8. Loosen gem versioning

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    3a486e2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1db1c00 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from identification-io/feature/rails42_upgrade

    Require Rails 4.2+
    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    aae994e View commit details
    Browse the repository at this point in the history
  11. Version bump v4.2.0

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    75dfbe8 View commit details
    Browse the repository at this point in the history
  12. Updated CHANGELOG for v4.2.0

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    ce179ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e582de5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f5b7732 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    32cd2ef View commit details
    Browse the repository at this point in the history
  16. Copy migrations with a generator because `rake casino:install:migrati…

    …ons` doesn't work from Rails Engine
    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    b78aa74 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    65d2192 View commit details
    Browse the repository at this point in the history
  18. Rails 5.0 deprecations fixed

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    3acb52e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5aa6f5d View commit details
    Browse the repository at this point in the history
  20. Updated lambda stynax

    joelvh committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    875a389 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e0f9ec8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8b4ddf4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    83c84ff View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    53de3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ae39b View commit details
    Browse the repository at this point in the history
  3. Use data_source_exists? to check for tables and views - gets rid of…

    … deprecation warning that `table_exists?` will only check tables in Rails 5.1
    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    df6f60d View commit details
    Browse the repository at this point in the history
  4. Set new option explicitly

    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    7ce8f37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bf1512 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f13ea3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef11cfc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e748e1e View commit details
    Browse the repository at this point in the history
  9. Invert logic

    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    f0c6be1 View commit details
    Browse the repository at this point in the history
  10. Fix checks to look for blank values instead of nil to address Integ…

    …rationTest change AND potential security issues
    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    7b20d83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45bc718 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0781ba7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3cc12e8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4 from identification-io/feature/rails5_upgrade

    Rails 5.x support (Dropped Rails 4.2 support)
    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    f473af1 View commit details
    Browse the repository at this point in the history
  15. Remove Rails 4.2 tests

    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    c233077 View commit details
    Browse the repository at this point in the history
  16. Allow Ruby 2.4.x failures

    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    2e989ae View commit details
    Browse the repository at this point in the history
  17. Consolidate logic

    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    01cd1b4 View commit details
    Browse the repository at this point in the history
  18. Updated CHANGELOG

    joelvh committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    723dd0d View commit details
    Browse the repository at this point in the history