Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rails 6 Support #124

Merged
merged 30 commits into from
Aug 24, 2019
Merged

Add Rails 6 Support #124

merged 30 commits into from
Aug 24, 2019

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    e0ee1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fcf62e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d70375f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90ba8fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd13b83 View commit details
    Browse the repository at this point in the history
  6. Try new Travis Config

    danielricecodes committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    8cbe82b View commit details
    Browse the repository at this point in the history
  7. Revert "Map Rails 6 to "V5" validator class"

    This reverts commit bd13b83.
    danielricecodes committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    add128a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00089f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d10791d View commit details
    Browse the repository at this point in the history
  10. Add Rails 6 test task

    danielricecodes committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    53eef30 View commit details
    Browse the repository at this point in the history
  11. Create explicit V6 class

    Create a V6 class, in case there are differences that need to be coded later.
    danielricecodes committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    2ab706b View commit details
    Browse the repository at this point in the history
  12. Read Association scope directly from ActiveRecord

    the association_scope method was made private in Rails public API.
    danielricecodes committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    63905dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f5d4fba View commit details
    Browse the repository at this point in the history
  14. Whoops

    danielricecodes committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    363c230 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    03de215 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Remove constraints on gems to work with 6.0.0

    Joshua Bryant committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    f167583 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    7b95093 View commit details
    Browse the repository at this point in the history
  2. Better comparison of gems

    Joshua Bryant committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    3230adb View commit details
    Browse the repository at this point in the history
  3. Open to 7.0

    Joshua Bryant committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    3845921 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from jbryant92/rails-6-support

    Let the rails-6-support branch run with 6.0.0
    danielricecodes committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    dbedde4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Using unscoped when retrieving the belongs_to association with delete…

    …d to avoid using the default scope
    RomainAlexandre committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    610cb85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from RomainAlexandre/rails-6-support

    Using unscoped when retrieving the belongs_to association with deleted
    danielricecodes committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    97c060e View commit details
    Browse the repository at this point in the history
  3. Undo change from 2ab706b

    danielricecodes committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    04e7af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    980fce2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97fc483 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc333e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c9b243 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    8d8c98f View commit details
    Browse the repository at this point in the history
  2. Remove duplicate key

    danielricecodes committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    7d857f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f333e View commit details
    Browse the repository at this point in the history