Could not figure out why I was getting an error on the line <pre lang="ruby">Welcome <%=current_player.login%></pre> - turns out that changes to acts_as_authenticated mean the line <pre lang="ruby"><% if current_player %></pre> should now be <pre lang="ruby"><% if logged_in? %></pre>