Navigation Development Project Admin- Nilesh Patkar Supported by- ANTechnologies | RDR ProjectWelcome to RDRRDR : Rails Dynamic Routes will enable you to define customised(user friendly) url mapping for your selected controller/action making rails' routes.rb dynamic. No need to have server restart new url mapping is loaded dynamically. No additional dependency of any gems. Key PointsFor the Dynamic Routes I have used Rails routes.rb map.connect '#{route.map_url}', :controller => '#{route.controller}', :action => '#{route.action}' In above typical rule the controller/action parameters are provided so that the map_url routes through the particular controller/action.In the RDR Application we are storing all the assigned map_url into db which gets loaded in routes.rb. Every time DB hit is avoided by keeping the rules in static list.Feature's
DownloadYou can find the latest release at: http://rubyforge.org/frs/?group_id=7296 Project StatusThe code has now been updated to work with Ruby 1.8, and is compiling cleanly and working well,which is being done as we work toward a 0.1 release. Released - |