REST without ActiveResource

ActiveResource is a client for REST services. You don't need to use it in your app, though you might want to write a test app, because some of your customers will probably use it if they consume your API from within a Rails app.

If your app doesn't expose an XML API then ARes doesn't play a role at all.

Pat