<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Recent Posts in 'Routing Error from pg. 38' | Pragmatic Forums</title>
    <link>http://fora.pragprog.com/forums/59/topics/630</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <description></description>
    <item>
      <title>Routing Error from pg. 38 posted by louis @ Tue, 08 Jul 2008 14:57:59 -0000</title>
      <description>&lt;p&gt;thanks for the reply! i&amp;#8217;ll plow along and see where it gets me.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jul 2008 14:57:59 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:59:630:3515</guid>
      <author>louis</author>
      <link>http://fora.pragprog.com/forums/59/topics/630</link>
    </item>
    <item>
      <title>Routing Error from pg. 38 posted by Mike Mangino @ Tue, 08 Jul 2008 13:10:11 -0000</title>
      <description>&lt;p&gt;That&amp;#8217;s probably because your post add &lt;span class="caps"&gt;URL&lt;/span&gt; is set to go to the / &lt;span class="caps"&gt;URL&lt;/span&gt; for your application. I wouldn&amp;#8217;t worry about that. As you go a little further in the book you will set up a route for /&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ll make sure to explain what is happening in the book.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jul 2008 13:10:11 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:59:630:3511</guid>
      <author>Mike Mangino</author>
      <link>http://fora.pragprog.com/forums/59/topics/630</link>
    </item>
    <item>
      <title>Routing Error from pg. 38 posted by louis @ Fri, 04 Jul 2008 02:47:11 -0000</title>
      <description>&lt;p&gt;hi,&lt;/p&gt;


	&lt;p&gt;i get the Add this App, but once i add it, i get a routing error page. it&amp;#8217;s an error on the rails server, b/c it&amp;#8217;s in the logs. (and it&amp;#8217;s the facebooker layout.rb template)&lt;/p&gt;


	&lt;p&gt;i&amp;#8217;ve followed the instructions in the book to the letter. and have gone over the steps and code several times.&lt;/p&gt;


	&lt;p&gt;does anyone have an idea on where to look for a solution? has facebook changed something since this latest version of the pdf?&lt;/p&gt;


	&lt;p&gt;i&amp;#8217;m using Rails 2.1.0&lt;/p&gt;


	&lt;p&gt;error:&lt;br /&gt;&lt;i&gt;&lt;/p&gt;


	&lt;p&gt;Routing Error&lt;br /&gt;No route matches &amp;#8221;/&amp;#8221; with {:method=&amp;gt;:get, :canvas=&amp;gt;true}&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;


	&lt;p&gt;now, the book doesn&amp;#8217;t say that we need to map &amp;#8217;/&amp;#8217; to anything (the default being the rails welcome page). and there&amp;#8217;s no other controller to use except invitations&amp;#8212;up to this point in the book.&lt;/p&gt;


	&lt;p&gt;snippet from dev logs on rails server:&lt;/p&gt;


	&lt;p&gt;Processing ApplicationController#index (for 69.63.176.91 at 2008-07-04 02:22:29) [GET]
  Session ID: &lt;span class="caps"&gt;STRING&lt;/span&gt;_OF_CHARS
  Parameters: {&amp;#8220;fb_sig_time&amp;#8221;=&amp;gt;&amp;#8221;1215138149.0521&amp;#8221;, &amp;#8220;fb_sig&amp;#8221;=&amp;gt;&amp;#8221;STRING_OF_CHARS&amp;#8221;, &amp;#8220;_method&amp;#8221;=&amp;gt;&amp;#8221;GET&amp;#8221;, &amp;#8220;fb_sig_locale&amp;#8221;=&amp;gt;&amp;#8221;en_US&amp;#8221;, &amp;#8220;installed&amp;#8221;=&amp;gt;&amp;#8221;1&amp;#8221;, &amp;#8220;fb_sig_session_key&amp;#8221;=&amp;gt;&amp;#8221;STRING_OF_CHARS&amp;#8221;, &amp;#8220;fb_sig_position_fix&amp;#8221;=&amp;gt;&amp;#8221;1&amp;#8221;, &amp;#8220;fb_sig_in_canvas&amp;#8221;=&amp;gt;&amp;#8221;1&amp;#8221;, &amp;#8220;fb_sig_request_method&amp;#8221;=&amp;gt;&amp;#8221;GET&amp;#8221;, &amp;#8220;auth_token&amp;#8221;=&amp;gt;&amp;#8221;STRING_OF_CHARS&amp;#8221;, &amp;#8220;fb_sig_expires&amp;#8221;=&amp;gt;&amp;#8221;0&amp;#8221;, &amp;#8220;fb_sig_friends&amp;#8221;=&amp;gt;&amp;#8221;STRING_OF_CHARS&amp;#8221;, &amp;#8220;fb_sig_added&amp;#8221;=&amp;gt;&amp;#8221;1&amp;#8221;, &amp;#8220;fb_sig_api_key&amp;#8221;=&amp;gt;&amp;#8221;STRING_OF_CHARS&amp;#8221;, &amp;#8220;fb_sig_profile_update_time&amp;#8221;=&amp;gt;&amp;#8221;0&amp;#8221;, &amp;#8220;fb_sig_user&amp;#8221;=&amp;gt;&amp;#8221;STRING_OF_CHARS&amp;#8221;}&lt;/p&gt;


	&lt;p&gt;ActionController::RoutingError (No route matches &amp;#8221;/&amp;#8221; with {:method=&amp;gt;:get, :canvas=&amp;gt;true}):
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path&amp;#8217;
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:384:in `recognize&amp;#8217;
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request&amp;#8217;&lt;br /&gt;...&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jul 2008 02:47:11 -0000</pubDate>
      <guid isPermaLink="false">fora.pragprog.com:59:630:3470</guid>
      <author>louis</author>
      <link>http://fora.pragprog.com/forums/59/topics/630</link>
    </item>
  </channel>
</rss>
