Monatsarchiv für May 2010

Rails 2.3.5 - Add routes to your app - Really useful for rails engines and plugins

Tuesday, den 4. May 2010

Since Rails 2.3.5 you can easily load new routes to your app anytime. So using
RouteSet#add_configuration_file
to load a separate route file can me extremly useful when creating a rails plugin or engine that needs to define some extra routes.