pietern/googlecontacts

Alias_attribute required

Closed this issue · 4 comments

It seems like googlecontacts is a standalone lib, but it relies on alias_attribute, which is contained in rails, so you'd need to specify active_record (I think) as a dependency.

Wil

Quick followup:
You're right, it doesn't work with Active Support 3.0. #alias_attribute was moved to Active Model in 3.0. I'll try and see if I can hack a way around it.

Just pushed 0.1.8 that passes all specs against Active Support 3.0.

Cool, thanks for the followup, and thinking to test it with active_support 3.0 I had failed to mention I was using rails3. Anyway, keep up the good work. :)

Wil