DISQUS

DISQUS Hello! Building Browsergames is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Building a Space Strategy Game with Ruby on Rails - Part II

Started by Luke · 8 months ago

In the second part of this series (see: Part I) I will show you how to get started with Ruby on Rails for our space strategy game and easily integrate an authentication system.
Setting up a rails application
If you’re familiar with RoR you will already know how easy this can be ... Continue reading »

2 comments

  • Thanks for this tutorial, even though it was nothing new for me (pretty basic stuff) I'm looking forward to reading your next articles, especially when you will be talking about game logic. Thumbs up!
  • 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!

Add New Comment

Returning? Login