I am working in ruby on rails with a postgresql database. trying to develop a package for importers while teaching myself the language. After changing a view, I tried to access the order listing not realizing I had caps lock on. http://localhost:3000/ORDERS This, displayed the public/500.html error page . Now, no matter what URL within localhost:3000 I go to, I am still getting the error page only. I cannot run any of my code. I tried shutting the browser tab, and shutting webbrick and restarting but I am still getting the error. HELP!! I checked all the files I modified today. All were VIEWS so there is no way I messed up a controller or routes files. What should I try next? Rivky Penfil DeltaVision Inc -- 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 -~----------~----~----~----~------~----~------~--~---
Hey I solved it by closing FIREFOX and restarting. WHy wasn''t closing the tab in firefox good enough?? -- 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 -~----------~----~----~----~------~----~------~--~---
Hi Rivky, Rivky Penfil wrote:> I tried shutting the browser tabIf you''re using FF... I''ve noticed that closing the tab is not enough to cause a new session. You need to close the browser. No idea if that has anything to do with your problem, but if you haven''t already, you might want to try that. hth, Bill --~--~---------~--~----~------------~-------~--~----~ 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 2/1/07, Rivky Penfil <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hey I solved it by closing FIREFOX and restarting. WHy wasn''t closing > the tab in firefox good enough??Ricky, I use the excellent Web Developer FF plugin in which there is a link Cookies -> Delete Domain Cookies. Works like a charm and no need to restart FF. Hope this helps, -- Zack Chandler http://depixelate.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 -~----------~----~----~----~------~----~------~--~---