Code Monkey home page Code Monkey logo

Comments (17)

charly avatar charly commented on May 12, 2024

same here don't know if mime/message is usefull, but couldn't figure out which lib it belongs too.

from ruby-gmail.

galetahub avatar galetahub commented on May 12, 2024

http://github.com/dcparker/ruby-gmail/commit/b9d0f78d0d3de4461211bc0f04c067908cad80f9

Line 33: "lib/mime/message.rb" - this means that the file was once and author forgot to remove it from the require

from ruby-gmail.

ak47 avatar ak47 commented on May 12, 2024

ree-1.8.7-2010.01 > require 'gmail'
LoadError: no such file to load -- mime/message
from /Users/andy/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /Users/andy/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /Users/andy/.rvm/gems/ree-1.8.7-2010.01/gems/ruby-gmail-0.2.1/lib/gmail/message.rb:1
from /Users/andy/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /Users/andy/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /Users/andy/.rvm/gems/ree-1.8.7-2010.01/gems/ruby-gmail-0.2.1/lib/gmail.rb:168
from /Users/andy/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in gem_original_require' from /Users/andy/.rvm/rubies/ree-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:inrequire'

removed the gemspec require but left a require in the lib? hmm...

from ruby-gmail.

xxx avatar xxx commented on May 12, 2024

+1 Just removing the require 'mime/message' from gmail/message.rb require solves my case.

from ruby-gmail.

tinomen avatar tinomen commented on May 12, 2024

Tests fail due to the "no such file to load -- mime/message" error. Is version 0.2.0 considered stable or does it fail there as well? I hate to fork just to switch back in a few days.

from ruby-gmail.

xxx avatar xxx commented on May 12, 2024

save_to_file doesn't exist in 0.2.0, so that version is completely unusable to me.

Due to the 0.2.1 codebase not actually being on github, I imported the 0.2.1 code separately into my own fork to fix this problem due to it stopping my show otherwise (I needed a target in my bundler Gemfile.) It's up at http://github.com/xxx/ruby-gmail , but does NOT have the history due to the gem not including it. It's literally just an import of the gem, with the one require removed.

from ruby-gmail.

tinomen avatar tinomen commented on May 12, 2024

Do the tests pass? I've merged your code with the 0.2.0 and most the tests fail.

from ruby-gmail.

xxx avatar xxx commented on May 12, 2024

They were failing before I touched the code. I don't think they were updated for 0.2.1. I literally downloaded the gem from rubygems.org, then removed the one require for 'mime/message', and nothing more.

from ruby-gmail.

tinomen avatar tinomen commented on May 12, 2024

Thanks @xxx

I got the tests passing though I'm not sure they are very complete. I've merged your 0.2.1 code with the fork @justinperkins has. http://github.com/justinperkins/ruby-gmail.

from ruby-gmail.

yorickpeterse avatar yorickpeterse commented on May 12, 2024

This issue still seems to exist when using the Gem. It can easily be fixed by installing the "mime" gem.

from ruby-gmail.

browep avatar browep commented on May 12, 2024

thanks @yorickpeterse , installing the "mime" gem worked for me.

from ruby-gmail.

samdelagarza avatar samdelagarza commented on May 12, 2024

installing the "mime" gem worked for me also.

from ruby-gmail.

bb avatar bb commented on May 12, 2024

same here: installing gem mime worked - what about fixing the dependencies or pulling this change from one of the forks?

from ruby-gmail.

xxx avatar xxx commented on May 12, 2024

Is the mime gem actually being used directly by ruby-gmail anymore?

from ruby-gmail.

bb avatar bb commented on May 12, 2024

It is still used, at least in this fork: https://github.com/nu7hatch/gmail which is available as the "gmail" gem (while this here is "ruby-gmail")
This fork seems to be the most advanced but is a bit hidden, because it is not a regular Github fork but a knew project building on the old source.
Personally, I switched to the nu7hatch fork.
The current release of gmail contains a bug which was fixed by the maintainer in the master branch, so make sure to use the master branch or wait for the new release which is scheduled for next week.

from ruby-gmail.

Yamaplos avatar Yamaplos commented on May 12, 2024

Same here - installing mime did it

from ruby-gmail.

Yamaplos avatar Yamaplos commented on May 12, 2024

gem install mime
(on windoze VII)

from ruby-gmail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.