James Adam wrote: > Have people been experiencing problems running the bootstrap rake task > for the UserEngine? We've just noticed that while the task works fine > on some machines, it seems to fail with error messages like > "Permission was nil" on other machines.
I got the error, everything seemed to have been inserted properly except permissions_roles was empty. I patched user_engine.rake as described here: http://rails-engines.org/wiki/pages/UserEngine%3A+Known+Issues Cleared out all the user_engine tables, and then the bootstrap task ran properly. Running: Fedora Core 4 ruby 1.8.4 rails 1.0.0 engines - latest from SVN Tim. -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
