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

autoload path (uninitialized constant CraigsList) NameError #3

Open
Jberczel opened this issue Feb 9, 2015 · 0 comments
Open

autoload path (uninitialized constant CraigsList) NameError #3

Jberczel opened this issue Feb 9, 2015 · 0 comments

Comments

@Jberczel
Copy link

Jberczel commented Feb 9, 2015

Just an FYI. I saw the recent autoload path commit, but don't think the gem has been updated.

[1] pry(main)> require 'craigslist_scraper'
=> true
[2] pry(main)> craigslist = CraigsList.new
NameError: uninitialized constant CraigsList
from (pry):2:in `__pry__'
[3] pry(main)> require 'craigslist_scraper/craigslist'
=> true
[4] pry(main)> craigslist = CraigsList.new
=> #<CraigsList:0x007faedc817878>
@Jberczel Jberczel changed the title autoload path (initialized constant CraigsList) NameERror autoload path (uninitialized constant CraigsList) NameERror Feb 9, 2015
@Jberczel Jberczel changed the title autoload path (uninitialized constant CraigsList) NameERror autoload path (uninitialized constant CraigsList) NameErrror Feb 9, 2015
@Jberczel Jberczel changed the title autoload path (uninitialized constant CraigsList) NameErrror autoload path (uninitialized constant CraigsList) NameError Feb 9, 2015
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

1 participant