Open frankapimenta opened 10 years ago
NoMethodError (undefined method to' for nil:NilClass): devise_ldap_authenticatable (0.8.1) lib/devise_ldap_authenticatable/model.rb:21:inlogin_with' devise_ldap_authenticatable (0.8.1) lib/devise_ldap_authenticatable/model.rb:48:in `valid_ldap_authentication?'
to' for nil:NilClass): devise_ldap_authenticatable (0.8.1) lib/devise_ldap_authenticatable/model.rb:21:in
is it an issue or something is missing? I follow the tutorial thourougly
i'm using this gem within an engine. It fails when asking for Devise.mappings..is there a special configuration for it?
I also have this issue, same error. I'm also using it within an engine.
@abortu this was fixes with pull request (https://github.com/cschiewek/devise_ldap_authenticatable/pull/164)
NoMethodError (undefined method
to' for nil:NilClass): devise_ldap_authenticatable (0.8.1) lib/devise_ldap_authenticatable/model.rb:21:in
login_with' devise_ldap_authenticatable (0.8.1) lib/devise_ldap_authenticatable/model.rb:48:in `valid_ldap_authentication?'is it an issue or something is missing? I follow the tutorial thourougly
i'm using this gem within an engine. It fails when asking for Devise.mappings..is there a special configuration for it?