Most resources seem to be singletons -- that is, the "create" action only creates one object. However, for a log parsing application I am writing, I would like to issue one large HTTP request to generate multiple objects at a time. This is purely for efficiency -- I may be creating 100,000 items for each log I process, and I would rather do 100 posts of 1000 items than 100,000 of them. Does anyone have suggestions or sample code for this sort of thing, in a RESTful way? I know I can write a custom action (create_multiple or something) but if there is a convention, I''d rather use it. Thanks! --Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---