1.from general to specific ('/ads/' and then '/ads/:id')
2.map.connect '/ads/:id', :controller=>'ads', :action=>'show'
3.include test.xml to root of "public" folder and ,render (:partial=>'map', :locals=>{:data=>'/test.xml'})
4.form_for(@object, :url=>{:action=>'create'})