Routing Error in Rails 2.0 until restart app

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

Routes are loaded when the server is started. You do need to restart
the server to recognize new routes.

Steve R. 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.