Hello, i have install rails 2.0 and and get the odd error with routing: Routing Error No route matches "/t/test" with {:method=>:get} i have run the mongrel server in development enviroment and then generate few controllers with actions, but but they not aviable until restart the application. But all working fine with rails 1.2.3 Some one has same problems or not? Thanks, Theo -- 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 -~----------~----~----~----~------~----~------~--~---
Routes are loaded when the server is started. You do need to restart the server to recognize new routes. On Jan 19, 2008, at 4:56 AM, Theo Zaytsev wrote:> > Hello, > > i have install rails 2.0 and and get the odd error with routing: > > Routing Error > > No route matches "/t/test" with {:method=>:get} > > i have run the mongrel server in development enviroment and then > generate few controllers with actions, but but they not aviable until > restart the application. > > But all working fine with rails 1.2.3 > > Some one has same problems or not? > > Thanks, Theo > -- > 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 -~----------~----~----~----~------~----~------~--~---
Steve Ross wrote:> Routes are loaded when the server is started. You do need to restart > the server to recognize new routes.Thank u Steve, Is any configuration exist for make routing loading in every request(like in a rails 1.2 )? It can be very useful in development is''t it? Thx. -- 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 -~----------~----~----~----~------~----~------~--~---