Hello, I''m using Rails 1.2.1 (Locomotive on OS X). Whenever I make a slight syntax error in one of my eRB templates, the whole page fails to render. I just get a blank page. Calling "app.get ''/foo/bar''" from the irb console just gives me a HTTP 500 status, no error explanation. Looking at development.log just logs various "Rendering ..." tasks. I can''t find any way to see in which template I made an error. Since it''s not always obvious, I''d like a more verbose error display also for problems inside templates. How do I do this? Thanks! Jens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Are you sure that you''re still in development mode? For me, it shows a little error page with my error and all. --Jeremy On 2/13/07, Jens <Jens.Benecke-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > > I''m using Rails 1.2.1 (Locomotive on OS X). Whenever I make a slight > syntax error in one of my eRB templates, the whole page fails to > render. I just get a blank page. > > Calling "app.get ''/foo/bar''" from the irb console just gives me a HTTP > 500 status, no error explanation. Looking at development.log just logs > various "Rendering ..." tasks. I can''t find any way to see in which > template I made an error. > > Since it''s not always obvious, I''d like a more verbose error display > also for problems inside templates. How do I do this? > > Thanks! > > Jens > > > > >-- http://www.jeremymcanally.com/ My free Ruby e-book: http://www.humblelittlerubybook.com/book/ My blogs: http://www.mrneighborly.com/ http://www.rubyinpractice.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 -~----------~----~----~----~------~----~------~--~---
On 13 Feb., 08:40, "Jeremy McAnally" <jeremymcana...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Are you sure that you''re still in development mode? For me, it shows > a little error page with my error and all.Hi, I''m quite sure because I don''t have a production database yet and I can see the data of my dev database. But I also have some plugins installed - dr nics magic models for one, scaffold_extensions, and some others. Maybe that''s the problem? Thanks! Jens --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---