Hey Guys, I've been trying to get Gitorious working on a Ubuntu 11.04 instance I created for it.
I follow this install guide: http://coding-journal.com/installing-gitorious-on-ubuntu-11-04/ Had no issues with it and I added one step: I activated the user from the console with the following commands: script/console production > user = User.first > user.login = "username" > user.activate > user.accept_terms > user.save That worked fine as well, everything works up until I log in, and then this is thrown: ActionController::InvalidAuthenticityToken (ActionController::InvalidAuthenticityToken): I checked the other posts where it said it might be related to the cookie_secret having whitepsace or carriage returns/linebreaks, etc, but that isn't the case, as I've stripped it down to a single line. Anyone have any idea as to what might be up, it's driving me nuts! Thanks! -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
