Using the login_engine and the user_engine with the Rails edge version
and with the edge version of the engines plugin I get the following
error:
SystemStackError in #
stack level too deep
and then the trace:
./script/…/config/…/vendor/rails/activesupport/lib/active_support/core_ext/class/inheritable_attributes.rb:100:in
read_inheritable_attribute' ./script/../config/../vendor/rails/activerecord/lib/active_record/validations.rb:691:in
write_inheritable_set’
./script/…/config/…/vendor/rails/activerecord/lib/active_record/validations.rb:240:in
validate_on_create' ./script/../config/../vendor/rails/activerecord/lib/active_record/validations.rb:379:in
send’
./script/…/config/…/vendor/rails/activerecord/lib/active_record/validations.rb:379:in
validates_presence_of' ./script/../config/../vendor/rails/activerecord/lib/active_record/validations.rb:378:in
each’
./script/…/config/…/vendor/rails/activerecord/lib/active_record/validations.rb:378:in
validates_presence_of' /home/wybo/befairshare/app/dev/vendor/plugins/login_engine/lib/login_engine/authenticated_user.rb:16:in
included’
/home/wybo/befairshare/app/dev/vendor/plugins/login_engine/lib/login_engine/authenticated_user.rb:9:in
class_eval' /home/wybo/befairshare/app/dev/vendor/plugins/login_engine/lib/login_engine/authenticated_user.rb:9:in
class_eval’
/home/wybo/befairshare/app/dev/vendor/plugins/login_engine/lib/login_engine/authenticated_user.rb:9:in
included' #{RAILS_ROOT}/app/models/user.rb:2:in
include’
#{RAILS_ROOT}/app/models/user.rb:2
#{RAILS_ROOT}/app/models/user.rb:3:in include' #{RAILS_ROOT}/app/models/user.rb:3 #{RAILS_ROOT}/app/models/user.rb:3:in
include’
#{RAILS_ROOT}/app/models/user.rb:3
#{RAILS_ROOT}/app/models/user.rb:3:in include' #{RAILS_ROOT}/app/models/user.rb:3 #{RAILS_ROOT}/app/models/user.rb:3:in
include’
#{RAILS_ROOT}/app/models/user.rb:3
#{RAILS_ROOT}/app/models/user.rb:3:in include' #{RAILS_ROOT}/app/models/user.rb:3 #{RAILS_ROOT}/app/models/user.rb:3:in
include’
and so on… (same 2 lines)
Any idea what or why ?
Wybo