I sometimes get an error on the page as: compile error /Users/jian/ror/shov2/app/views/stories/index.html.erb:13: syntax error, unexpected kENSURE, expecting '')'' /Users/jian/ror/shov2/app/views/stories/index.html.erb:15: syntax error, unexpected kEND, expecting '')'' the kEND, i can guess that it is End... so it means End of file but unexpected, there should be a '')''. how about the kENSURE ? and... why the "k" attached in front? thanks. -- Posted via http://www.ruby-forum.com/.
SpringFlowers AutumnMoon wrote:> how about the kENSURE ? and... why the "k" attached in front? thanks.K is for keyword; the keyword ensure. It seems like you have a ensure..end block without the appropriate "begin". -- Roderick van Domburg http://www.nedforce.com -- Posted via http://www.ruby-forum.com/.
SpringFlowers AutumnMoon
2009-May-24 20:50 UTC
Re: what is kENSURE and kEND in error message?
Roderick van Domburg wrote:> SpringFlowers AutumnMoon wrote: >> how about the kENSURE ? and... why the "k" attached in front? thanks. > > K is for keyword; the keyword ensure. It seems like you have a > ensure..end block without the appropriate "begin".ah, it actually happened with the <%= # some code %> -- Posted via http://www.ruby-forum.com/.
I think the problem is that seen with most languages, when you have a syntax error the message may appear to have little to do with the actual error as the parser has gone off down the wrong track but does not realise this until it is too late. Admittedly ruby does seem particularly poor at generating useful messages. Colin 2009/5/24 SpringFlowers AutumnMoon <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>> > Roderick van Domburg wrote: > > SpringFlowers AutumnMoon wrote: > >> how about the kENSURE ? and... why the "k" attached in front? thanks. > > > > K is for keyword; the keyword ensure. It seems like you have a > > ensure..end block without the appropriate "begin". > > ah, it actually happened with the <%= # some code %> > > -- > Posted via http://www.ruby-forum.com/. > > > >--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---