The following lines of login_engine/init_engine.rb are failing in my
setup:
–
TODO: why do I have to include these here, when including them in
login_engine.rb should be sufficient?
require ‘authenticated_user’
require ‘authenticated_system’
d:/ruby/ruby-1.8.4-16/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require__’: no such file to load – authenticated_user
(MissingSourceFile)
If I comment them, everything is Ok.
Since I am using svn:externals, what is the best way to override this
file before commiters figure out the issue? Currently, I edit this
file but the change stays uncommitted.
Thanks for help!
Eduardo