Hey guys, David just committed the simply restful plugin to core. Upgrade to edge if you want to try it on your Restified apps and let us know if there are issues. I''m currently seeing one or two edge cases that I''m looking at right now. The API is slightly different now: map.resource :comment, :path_prefix => ''/posts/:post_id'' map.resource :user map.resource :post BECOMES map.resources :comments, :path_prefix => ''/posts/:post_id'' map.resources :users, :posts Don''t forget to delete the simply_restful plugin :) -- Rick Olson http://techno-weenie.net