cardmagic / contacts

A universal interface to import email contacts from various providers including Yahoo, Gmail, Hotmail, AOL and Plaxo.
http://rubyforge.org/projects/contacts
BSD 3-Clause "New" or "Revised" License
617 stars 219 forks source link

Rails 3.1.0 issue #39

Open stevenkolstad opened 13 years ago

stevenkolstad commented 13 years ago
/usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require': no such file to load -- jcode (LoadError)
    from /usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `block in require'
    from /usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:223:in `block in load_dependency'
    from /usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:640:in `new_constants_in'
    from /usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:223:in `load_dependency'
    from /usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
    from /usr/local/rvm/gems/ruby-1.9.2-p180@rails31/gems/gdata-1.1.1/lib/gdata.rb:21:in `<top (required)>'
ghost commented 13 years ago

I get this error too. Did you find a fix?

stevenkolstad commented 13 years ago

I forked and patched the issue. Awaiting pull request.

gem 'gdata', git: 'https://github.com/agentrock/gdata.git'
gem 'contacts', git: 'https://github.com/agentrock/contacts.git'

This fixed it for me.

ghost commented 13 years ago

Thanks, will give it a go.