Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Added Facet Support #20

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

cbilgili
Copy link

No description provided.

@jwarchol
Copy link

@duwanis Is there anything I can do to help get this PR reviewed? Facet support would be a very nice addition to Asari!

@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
# s.add_runtime_dependency "rest-client"

s.add_runtime_dependency "httparty"
s.add_runtime_dependency "curb"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cbilgili Why was curb added as a dep?

@cbilgili
Copy link
Author

There was problem so I supposed it because of httparty. I had added to test it. But it was unnecessary, I have removed it. I will be happy if you test it and merge it with gem.

@jwarchol
Copy link

Sweet, thanks @cbilgili! Yesterday I made those same changes to my fork and have been testing it on our staging server. I'll let you and @duwanis know if I find any problems. Hopefully a bit of real-world use will prove this PR works well and can be merged.

@itstommymorgan
Copy link
Owner

Hey @jwarchol and @cbilgili -

Sorry that this PR has kind of sat inactive for a while - I clearly haven't been successful lately at making the time necessary for maintaining my projects. I'll get this PR reviewed early next week and then we can talk about merging.

@jwarchol
Copy link

Thanks @duwanis! Appreciate you taking the time to comment and I hope things work out and you're able to review this PR. Totally understand you're busy and grateful for when you do have time to help with OSS stuff.

(love your blog btw)

@cbilgili
Copy link
Author

Thanks @jwarchol ! I can make revisions if necessary!

@@ -5,6 +5,7 @@
require "asari/geography"

require "httparty"
require "curb"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be removed as well if curl is not required?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you may delete. There was HTTP error so I suspected of httparty. But the problem was long query string to Amazon.

Kaminari pagination
@lgleasain
Copy link
Collaborator

Hey guys,

I'm helping @wellbredgrapefruit with doing pull requests etc. on this this. I like the idea of adding facets and we always appreciate pull requests.

As I write this, if you look at the current unit test code coverage for the project it is at 100%. There is also a broken window in the form of 1 broken unit test on master that I am in the process of fixing along with adding in Travis-CI support. Can you add some unit tests to this so that subsequent changes don't accidentally break this? The implementation code looks good, and once we have some good specs I'll bring this in.

@seban
Copy link

seban commented Apr 22, 2014

@cbilgili @jwarchol can you add some unit tests to this PR, so @lgleasain can merge it? It would be nice to use it in official repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants