-
Notifications
You must be signed in to change notification settings - Fork 23
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
Give unauthorized access #7
Comments
This occur because when internet is on, it tries to authenticate with live shopify and when off, it give error for fakeweb NetConnectNotAllowed error |
This original issue is from > 2 years ago, but I'm seeing something similar today:
Did something change in Rails 4.2? |
It seems like this project might not be active anymore, this problem is fixed over on this fork: |
Yeah, this project hasn't been worked on in a long time. Shortly after I wrote this gem I discovered ActiveResource::HttpMock and have been using that ever since. I have been considering updating this gem to use that instead of FakeWeb, but I'm pretty busy with other projects at the moment and don't know when I can get to it. But I will be updating this gem eventually. I just don't know when. |
Neat, I didn't know about HttpMock, that's pretty handy. Looks like a little more manual setup than this gem, but should do the same job. |
I've started a new branch for implemented the HttpMock version of the gem. I'm still working on setting up all the fixtures, but I've got a pretty good start on it. |
Hi,
I installed the gem. It didn't create any fixture folder. when i run the example give by you, it gave me unauthorized access error
The text was updated successfully, but these errors were encountered: