Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin requires the portablecontacts gem #31

Open
mfichman opened this issue Dec 21, 2010 · 2 comments
Open

This plugin requires the portablecontacts gem #31

mfichman opened this issue Dec 21, 2010 · 2 comments

Comments

@mfichman
Copy link

Why does this require the portablecontacts gem? Shouldn't it be the other way around? In any case, I didn't want to include the portablecontacts gem in my application, but I'm forced to unless I fork this project.

@ryu2
Copy link

ryu2 commented Dec 25, 2010

Furthermore, portablecontacts gem is broken in rails 3 because of the deprecated 'require activesupport' line, which means this gem is as well.

@edvinasbartkus
Copy link

To solve this issue I have added these lines to Gemfile:

gem "portablecontacts", :git => "git://github.com/abhishiv/portablecontacts.git"
gem "oauth-plugin", ">=0.4.0.pre1"

abhishiv has forked portablecontacts and fixed activesupport issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants