On 5 July 2014 16:13, Jay Garnett <[email protected]> wrote: > Colin- > > I'm not sure I understand your question 100%. I posted both the template > code and the html code that was being rendered. In addition, I posted the > Controller code. I did not, however, post the entire template code, but the > code that was left out shouldn't be relevant. Here it is: > > <h1>Demo#index</h1> > <p>Hello from index!</p> > > <a href="/demo/hello">Hello page 1</a><br /> > <%= link_to('Hello page 2', {:action => 'hello'}) %><br />
Sorry for not being clearer. What I meant to ask was whether you actually copied that (Ctrl C) from your sourceand pasted it into the post (Ctrl V), or did you re-type it? If you did not copy/paste then there is always the possibility of your code having a typo that you have not noticed. You may say "of course I copied/pasted" but you might be surprised how many times people ask a question only to eventually discover that the code they posted is not exactly the same as the code they have used, so I have to ask. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtsDorUJxJHCBE%3DMmS4bCRyn_NahaND%2Bt2JUzy7f2aUUQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

