Sorry to sound like I think everyone is running into the same bug, are there by any chance any punctuation characters like hyphens in your application's root path? For example /usr/local/rails-stuff/appname ...?
If that's the case, there's a one-line fix to a file in the Engines plugin that solves this, and it's just been fixed in the trunk, but not in any of the release versions yet. Jeroen van Doorn wrote: > Hi All, > > When playing with the user engine, I've encountered the following. > > When I want to "register for an account" everything goes ok... > But when I want to activate the account I end in an everlasting loop. > > I've found that the code in the function "add_user_role" doesn't work > properly, though > when I set :user_role_name to another name I do get an error in my > development log ... > > Any hints? > > Kind regards, > Jeroen van Doorn -- 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
