DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

chase's picture

Unregistered

Feeds

aliases

  • chase

chase

9 months ago

in Building a Space Strategy Game with Ruby on Rails - Part II on Building Browsergames
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>

Wonderful blog, keep up the great work!
Returning? Login