ruby on rails - how to create dynamic routes and helpers in rails3 -


i have task create mapping of different urls @ run time .
in application have gui interface displays list of routes routes.rb file.
user has ability change url different name interface
eg. (abc/mno) --user can change them --(hello)
if user type /hello in browser request redirected /abc/mno
have store mapped routes in database.
how add dynamic mapped route defined routes(routes.rb) while creating new record in database
how add routes database while loading routes.rb file.
not able figure out how extend default router can include routes database ..

i don't have complete solution you, can start 2 approaches:


Comments