The latest change in #6 (0.2.0) where ActiveRecord's to_key/to_params was overridden is causing issues with other gems that are utilizing ActiveRecord's to_key/to_params methods.
For example, devise gem uses to_key method to authenticate users, when the method is overridden by identifiable, the authentication no longer works in devise and no errors are displayed.
The latest change in #6 (0.2.0) where ActiveRecord's to_key/to_params was overridden is causing issues with other gems that are utilizing ActiveRecord's to_key/to_params methods.
For example, devise gem uses to_key method to authenticate users, when the method is overridden by identifiable, the authentication no longer works in devise and no errors are displayed.