This causes problems in the following scenario:

1. You use ActiveResource to post data to an external site using
subdomains for individual accounts (e.g. Lighthouse)
2. You want your app to allow multiple users to do this (register
their Lighthouse account/URI to automatically push their data from
your app to Lighthouse).

There's no way I can see to support this other than creating a
separate (dynamically named) class for each user/site.

Questions:
* Is there a reason it can't/shouldn't be an instance variable?
* If there is a good reason, are there any workarounds or third-party
alternatives which don't have this limitation (other than directly
handling the HTTP calls)?

Thanks,
-- Chad

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-c...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-core+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.


Reply via email to