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

LoadError with version 1.0.26 #39

Closed
pisaacs opened this issue Mar 17, 2015 · 2 comments
Closed

LoadError with version 1.0.26 #39

pisaacs opened this issue Mar 17, 2015 · 2 comments

Comments

@pisaacs
Copy link
Contributor

pisaacs commented Mar 17, 2015

When using 1.0.26 I get the below message. However, if I set to the prior version of the gem (gem 'cobweb', '1.0.25'), I have no issues starting the rails server.

$ rails s
/Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.26/lib/cobweb_crawler.rb:3:in `require': cannot load such file -- ap (LoadError)
from /Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.26/lib/cobweb_crawler.rb:3:in `<top (required)>'
from /Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.26/lib/cobweb.rb:8:in `require'
from /Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.26/lib/cobweb.rb:8:in `block in <top (required)>'
from /Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.26/lib/cobweb.rb:7:in `each'
from /Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.26/lib/cobweb.rb:7:in `<top (required)>'
@stewartmckee
Copy link
Owner

Just pushed v1.0.27 which should sort this. Think the code in coweb_crawler was always there, but had included awesome print in the gemspec, and had removed it as I use it for debug only.

thanks for letting me know.
Stewart.

@pisaacs
Copy link
Contributor Author

pisaacs commented Mar 18, 2015

Thanks @stewartmckee. With 1.0.27, it seems I'm getting the same error. I'm using rails 4.2.0.

$ rails s
/Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.27/lib/cobweb_crawler.rb:3:in `require': cannot load such file -- ap (LoadError)
    from /Users/xxx/.rvm/gems/ruby-2.2.0/gems/cobweb-1.0.27/lib/cobweb_crawler.rb:3:in `<top (required)>'

By the way, thanks for all your great work on this gem!

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

2 participants