I'm using the latest released UserEngine and LoginEngine, rails 1.0. I've got a project that configures :app_name, :app_url, :salt, and :changeable_fields in LoginEngine, and :admin_login, :email_from, :admin_email, and :admin_password in UserEngine. It then does
Engines.start :login, :user UserEngine.check_system_roles When I run this on my Windows machine, using webrick, everything works as expected. However, running this on a linux box, using Apache 2.0 and fcgi, the confirmation e-mails at signup contain the default app_name, url, from, etc. I've restarted httpd and fcgi to no effect. The project is in subversion, and all the files are up to date on both boxes, so the project should be identical. Clearly, the whole environment.rb file isn't being skipped, or the engines wouldn't work at all. And changeable_fields seems to be working, because I can edit some added fields successfully, and they show up as input fields, not text_boxes. How can I troubleshoot what's going on? Jay Levitt _______________________________________________ engine-users mailing list engine-users@lists.rails-engines.org http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org