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

Rails 6 #785

Merged
merged 44 commits into from Feb 22, 2019
Merged

Rails 6 #785

merged 44 commits into from Feb 22, 2019

Commits on Feb 20, 2019

  1. Enable Rails 6 migrations

    jmstfv committed Feb 20, 2019
    Copy the full SHA
    039cdfb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f9efbf View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Copy the full SHA
    5d31cc8 View commit details
    Browse the repository at this point in the history
  2. Remove rbx-3 from travis.yml

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    589ed78 View commit details
    Browse the repository at this point in the history
  3. Phasing out old Ruby versions

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    190e208 View commit details
    Browse the repository at this point in the history
  4. Remove support for Devise 4.0, 4.1

    Minimum supported Devise version is 4.3
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    d144f11 View commit details
    Browse the repository at this point in the history
  5. Update minimum allowed rubygems version

    To match those of Rails 4.2
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    e4ee6e6 View commit details
    Browse the repository at this point in the history
  6. Update Gemfile to use latest versions when possible

    Add newer Ruby versions to travis config
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    4051e5e View commit details
    Browse the repository at this point in the history
  7. Remove deprecated secret_token from Rails app

    Will be removed in Rails 6.0
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    02e4e60 View commit details
    Browse the repository at this point in the history
  8. Use latest bundler 2.0.1

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    29d088f View commit details
    Browse the repository at this point in the history
  9. Remove rails-5.0 gemfile

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    4610c40 View commit details
    Browse the repository at this point in the history
  10. Update Rails 4.2 dependencies

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    4d9d2af View commit details
    Browse the repository at this point in the history
  11. Remove rails 5.2 config

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    6f07a64 View commit details
    Browse the repository at this point in the history
  12. Add config for devise 4.5

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    03cd2a7 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    3673f13 View commit details
    Browse the repository at this point in the history
  14. Update devise 4.4 dependencies

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    8e55fb6 View commit details
    Browse the repository at this point in the history
  15. Update devise 4.5 dependencies

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    2ca94e9 View commit details
    Browse the repository at this point in the history
  16. Update Rails 4.2 dependencies

    With Devise 4.6
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    45875e6 View commit details
    Browse the repository at this point in the history
  17. Drop Rails 4.2 support

    Conflicts with 5.2/6.0
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    128422d View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    b2c4850 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    c178ca9 View commit details
    Browse the repository at this point in the history
  20. Delete Devise 4.4 config

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    196b8a8 View commit details
    Browse the repository at this point in the history
  21. Remove devise 4.5 config

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    5ac9146 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    a01c491 View commit details
    Browse the repository at this point in the history
  23. Add Gemfile for Rails 5.0

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    b4ae600 View commit details
    Browse the repository at this point in the history
  24. Add Gemfile for Rails 5.1

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    9eb179c View commit details
    Browse the repository at this point in the history
  25. Add Gemfile for Rails 5.2

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    e0a43eb View commit details
    Browse the repository at this point in the history
  26. Add Gemfile for Rails master

    Currently breaks because of conflict with Devise
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    a46782f View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    0386242 View commit details
    Browse the repository at this point in the history
  28. Remove Gemfile.rails-master

    Keeps breaking due to incompatible dependencies
    jmstfv committed Feb 21, 2019
    Copy the full SHA
    7c54458 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    466e0a8 View commit details
    Browse the repository at this point in the history
  30. Update Gemfile

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    9108b1f View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    43f433a View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    894537c View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    75103ce View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    29ac0ee View commit details
    Browse the repository at this point in the history
  35. Merge branch 'master' into rails6-migrations

    jmstfv committed Feb 21, 2019
    Copy the full SHA
    3200f6d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Remove boolean from invite_key test

    To avoid weird mongoid/BSON serialization
    jmstfv committed Feb 22, 2019
    Copy the full SHA
    ff29db9 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete file reference from travis.yml

    Allow ruby-head to fail for all Gemfiles
    jmstfv committed Feb 22, 2019
    Copy the full SHA
    fa490a7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0b981fc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5d91fab View commit details
    Browse the repository at this point in the history
  5. Add testing for Ruby 2.2.9

    To match required_ruby_version in gemspec
    jmstfv committed Feb 22, 2019
    Copy the full SHA
    0c30cd8 View commit details
    Browse the repository at this point in the history
  6. Refactor gemspec

    jmstfv committed Feb 22, 2019
    Copy the full SHA
    431511e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    4a0ad92 View commit details
    Browse the repository at this point in the history