Rails 2.3.5 – Add routes to your app – Really useful for rails engines and plugins
Dienstag, den 4. Mai 2010Since 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.