Showing * vendor/plugins/routing_navigator/views/routing_navigator/index.rhtml* where line *#16* raised: undefined method `tr'' for :path:Symbol Extracted source (around line *#16*): 13: <%= start_form_tag %> 14: <p> 15: <small>Type in a path to see the recognized options.</small><br /> 16: <%= text_field_tag :path, params[:path] %> | Method: <select name="path_request"> 17: <%= options_for_select %w(-- get post put delete), params[:path_request] %> 18: </select> 19: <br /> I don''t see tr in line 16. Anyone know what the problem is here ? Stuart -- http://en.wikipedia.org/wiki/Dark_ambient --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
If you''re on edge-rails, try getting off it for a while. I had a bunch of strange errors popping up in inappropriate places (like syntax errors in HTML) in rhtml files until I went back to gem-rails. It happened when I changed some partials... I seem to remember one of the errors mentioned ''method tr''... Dark Ambient wrote:> Showing * > vendor/plugins/routing_navigator/views/routing_navigator/index.rhtml* where > line *#16* raised: > > undefined method `tr'' for :path:Symbol > > Extracted source (around line *#16*): > > 13: <%= start_form_tag %> > 14: <p> > 15: <small>Type in a path to see the recognized options.</small><br /> > 16: <%= text_field_tag :path, params[:path] %> | Method: <select > name="path_request"> > 17: <%= options_for_select %w(-- get post put delete), > params[:path_request] %> > 18: </select> > 19: <br /> > > > I don''t see tr in line 16. Anyone know what the problem is here ? > > Stuart > -- > http://en.wikipedia.org/wiki/Dark_ambient > > ------=_Part_164774_8542213.1161171675944 > Content-Type: text/html; charset=ISO-8859-1 > X-Google-AttachSize: 875 > > <p> > Showing <i>vendor/plugins/routing_navigator/views/routing_navigator/index.rhtml</i> where line <b>#16</b> raised: > </p><pre><code>undefined method `tr'' for :path:Symbol</code></pre> > > > <p>Extracted source (around line <b>#16</b>): > </p><pre><code>13: <%= start_form_tag %><br>14: <p><br>15: <small>Type in a path to see the recognized options.</small><br /><br>16: <%= text_field_tag :path, params[:path] %> | Method: <select name="path_request"> > <br>17: <%= options_for_select %w(-- get post put delete), params[:path_request] %><br>18: </select><br>19: <br /><br></code></pre><br clear="all">I don''t see tr in line 16. Anyone know what the problem is here ? > <br><br>Stuart<br>-- <br><a href="http://en.wikipedia.org/wiki/Dark_ambient">http://en.wikipedia.org/wiki/Dark_ambient</a> > > ------=_Part_164774_8542213.1161171675944----~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On 10/18/06, Ben <djtequila-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > If you''re on edge-rails, try getting off it for a while. I had a bunch > of strange errors popping up in inappropriate places (like syntax > errors in HTML) in rhtml files until I went back to gem-rails. It > happened when I changed some partials... I seem to remember one of the > errors mentioned ''method tr''...I''m watching the Peepcode / Restful podcase and (dont remember the guy''s name) but he uses routing navigator in there and running edge. Too late to get off edge now , my app is dependent on it. Stuart Dark Ambient wrote:> > Showing * > > vendor/plugins/routing_navigator/views/routing_navigator/index.rhtml* > where > > line *#16* raised: > > > > undefined method `tr'' for :path:Symbol > > > > Extracted source (around line *#16*): > > > > 13: <%= start_form_tag %> > > 14: <p> > > 15: <small>Type in a path to see the recognized options.</small><br /> > > 16: <%= text_field_tag :path, params[:path] %> | Method: <select > > name="path_request"> > > 17: <%= options_for_select %w(-- get post put delete), > > params[:path_request] %> > > 18: </select> > > 19: <br /> > > > > > > I don''t see tr in line 16. Anyone know what the problem is here ? > > > > Stuart > > -- > > http://en.wikipedia.org/wiki/Dark_ambient > > > > ------=_Part_164774_8542213.1161171675944 > > Content-Type: text/html; charset=ISO-8859-1 > > X-Google-AttachSize: 875 > > > > <p> > > Showing > <i>vendor/plugins/routing_navigator/views/routing_navigator/index.rhtml</i> > where line <b>#16</b> raised: > > </p><pre><code>undefined method `tr'' for :path:Symbol</code></pre> > > > > > > <p>Extracted source (around line <b>#16</b>): > > </p><pre><code>13: <%= start_form_tag %><br>14: <p><br>15: > <small>Type in a path to see the recognized > options.</small><br /><br>16: <%= text_field_tag :path, > params[:path] %> | Method: <select name="path_request"> > > <br>17: <%= options_for_select %w(-- get post put delete), > params[:path_request] %><br>18: </select><br>19: <br > /><br></code></pre><br clear="all">I don''t see tr in line 16. > Anyone know what the problem is here ? > > <br><br>Stuart<br>-- <br><a href=" > http://en.wikipedia.org/wiki/Dark_ambient"> > http://en.wikipedia.org/wiki/Dark_ambient</a> > > > > ------=_Part_164774_8542213.1161171675944-- > > > > >-- http://en.wikipedia.org/wiki/Dark_ambient --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
When I get nonsensical errors, I usually try re-booting the webserver. When changing code, some really odd caching errors can occur. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---