<?xml version="1.0" encoding="utf-8"?>
<rss 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><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>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;br&gt;&lt;br&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"&gt;http://code.google.com/p/building-browsergames-...&lt;/a&gt;&lt;br&gt;&lt;br&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 &lt;a href="mailto:john.munsch@gmail.com" rel="nofollow"&gt;john.munsch@gmail.com&lt;/a&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>I get a Routing Error:&lt;br&gt;No route matches "/bank" with {:method=&amp;gt;:get}&lt;br&gt;&lt;br&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.</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>Ruby on Rails is sweet but have you thought about using Simple Scripts? This is also good if not better.</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>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;br&gt;&lt;br&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"&gt;http://buildingbrowsergames.com/2008/08/25/the-...&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;br&gt;&lt;br&gt;If my explanation didn't help or you have any more questions, please ask.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</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>Can't figure out this current_user</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>