All,
I have a working Rails program with some older gems and it uses engines. (Rails 1.1.6 in particular).
The initial controller is very simple:
class IntranetController < ApplicationController def index # if session[:rbac_user].nil? # redirect_to "/active_rbac/login" # end end end <<
Notice I have basically everything commented out.
I am testing it on a new machine with much more current gems and it is dieing right off the bat. (accessing url = localhost:3000/intranet)
Any thoughts?
My development.log file is showing: