how to get an activeresource object attributes?

Hey all,

I have an activeresource model Profile:

class Profile < ActiveResource::Base self.site="http://0.0.0.0:3002" end

I used to do Profile.new and this returned an object with all the Profile attributes but since newer versions of edge I don't get the attributes anymore. Is this normal? is there a new way to get attributes?

thanx in advance

Pat

I don't think that's correct. It's ActionWebService that will be removed to a plugin.

Jeff softiesonrails.com essentialrails.com

I'm using rails edge and ActiveResource is there, that's not the problem I can use it with no problem. I can do CRUD and all. It's just that the MyModel.new function doesn't retrieve the attributes though it used to with a previous version of edge, so I have to specify the attributes manually. Hope I made my point clearer.