Hi, I''m trying to work with active resources in Edge, but I''m having a difficult time trying to figure out the proper way to call custom methods/actions. I have things setup so I can do the standard finds and updates, but any custom method just doesn''t work. My model: class HomeroomUser < ActiveResource::Base self.site = ''http://calamari:samplesize@localhost:3001/'' end I want to call the "authenticate" action in the other rails application. I tried HomeroomUser.post(:authenticate, :login => ''someuser'', :password => ''somepass'') It should return a HomeroomUser object if successful, but it only returns an object like #<Net::HTTPOK 200 OK readbody=true>. I know the correct action is called on the other end and data is returned, but ActiveResource::Base doesn''t seem to be converting it from XML. -matthew -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---