-
Notifications
You must be signed in to change notification settings - Fork 189
Rails 5.0+ Support (Drops Rails 4.2 Support) #192
base: master
Are you sure you want to change the base?
Conversation
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.
Require Rails 4.2+
…ons` doesn't work from Rails Engine
… deprecation warning that `table_exists?` will only check tables in Rails 5.1
…rationTest change AND potential security issues
… integration tests
Rails 5.x support (Dropped Rails 4.2 support)
2 similar comments
1 similar comment
1 similar comment
matrix: | ||
allow_failures: | ||
- rvm: 2.4.0 | ||
- rvm: 2.4.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are there failures on 2.4.0 and 2.4.1? Seems slightly concerning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pencil something is causing the appraisal
gem to not load properly on Travis to be able to run the tests - started looking into it, but not conclusive yet
@@ -0,0 +1,22 @@ | |||
# 11/15/2017 - v5.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We maintain the change log for CASino using GitHub's release page.
@@ -0,0 +1,3 @@ | |||
class CASino::ApplicationRecord < ActiveRecord::Base |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the advantage of using this class over ActiveRecord::Base
directly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pencil Followed the Rails 5.0+ best practice. Also could serve as a better entry point for potential monkey-patching if needed.
Hey folks. What's the status of this PR? Any luck it can be finished and merged some time soon? |
What's the status of this? |
@abutterf I don't think this gem is maintained anymore. |
Yes, @joelvh is correct. I tried but failed to find someone to take over the project. |
Okay. Thanks for the info |
Please submit PRs to our branch for CASino maintenance: https://github.com/identification-io/CASino