<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Building Browsergames - Latest Comments in Creating The Bank (Ruby on Rails)</title><link>http://bbgames.disqus.com/</link><description></description><atom:link href="https://bbgames.disqus.com/creating_the_bank_ruby_on_rails/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 20 Feb 2009 08:59:20 -0000</lastBuildDate><item><title>Re: Creating The Bank (Ruby on Rails)</title><link>http://buildingbrowsergames.com/2008/10/02/creating-the-bank-ruby-on-rails/#comment-6429662</link><description>&lt;p&gt;That doesn't sound like an error in your code, more like an error in the file naming. Did you name it "app/controllers/bank_controller.rb"? If not then it isn't able to find the controller with that name. Also it is expecting to find the views in "app/views/bank".&lt;/p&gt;&lt;p&gt;It might help to download the current version of the code from here: &lt;a href="http://code.google.com/p/building-browsergames-tutorial/" rel="nofollow noopener" target="_blank" title="http://code.google.com/p/building-browsergames-tutorial/"&gt;http://code.google.com/p/bu...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;That has everything I've done in it so far, including the bank. You could compare yours against that and perhaps find the problem. Failing that, please contact me at john.munsch@gmail.com.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JohnMunsch</dc:creator><pubDate>Fri, 20 Feb 2009 08:59:20 -0000</pubDate></item><item><title>Re: Creating The Bank (Ruby on Rails)</title><link>http://buildingbrowsergames.com/2008/10/02/creating-the-bank-ruby-on-rails/#comment-6277328</link><description>&lt;p&gt;I get a Routing Error:&lt;br&gt;No route matches "/bank" with {:method=&amp;gt;:get}&lt;/p&gt;&lt;p&gt;I have quadruple checked letter by letter, and comparing differences with the other controllers. I can't find the problem :O&lt;br&gt;Please help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mattias</dc:creator><pubDate>Sun, 15 Feb 2009 13:23:44 -0000</pubDate></item><item><title>Re: Creating The Bank (Ruby on Rails)</title><link>http://buildingbrowsergames.com/2008/10/02/creating-the-bank-ruby-on-rails/#comment-5681873</link><description>&lt;p&gt;Ruby on Rails is sweet but have you thought about using Simple Scripts? This is also good if not better.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Customer Retention</dc:creator><pubDate>Fri, 30 Jan 2009 02:08:50 -0000</pubDate></item><item><title>Re: Creating The Bank (Ruby on Rails)</title><link>http://buildingbrowsergames.com/2008/10/02/creating-the-bank-ruby-on-rails/#comment-3089198</link><description>&lt;p&gt;current_user is a function that was provided to us by the restful_authentication system. Whenever we call it, it uses the ID of the logged in user (if any) that is stored in the session to look up a user record and assign it to the variable @current_user.&lt;/p&gt;&lt;p&gt;If you follow the instructions in The Login Page (Ruby on Rails) Part 2 (&lt;a href="http://buildingbrowsergames.com/2008/08/25/the-login-page-ruby-on-rails-part-2/)" rel="nofollow noopener" target="_blank" title="http://buildingbrowsergames.com/2008/08/25/the-login-page-ruby-on-rails-part-2/)"&gt;http://buildingbrowsergames...&lt;/a&gt; you will be able to call this function from any of your controllers to pull the latest version of the user into a variable accessible from the controller and from the view that the controller will forward to.&lt;/p&gt;&lt;p&gt;If my explanation didn't help or you have any more questions, please ask.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JohnMunsch</dc:creator><pubDate>Wed, 15 Oct 2008 13:43:44 -0000</pubDate></item><item><title>Re: Creating The Bank (Ruby on Rails)</title><link>http://buildingbrowsergames.com/2008/10/02/creating-the-bank-ruby-on-rails/#comment-3089197</link><description>&lt;p&gt;Can't figure out this current_user&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Janus</dc:creator><pubDate>Wed, 15 Oct 2008 08:59:50 -0000</pubDate></item></channel></rss>