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

Added 'id' param to all Ariadne 'get' methods #6

Merged
merged 1 commit into from
Jun 24, 2016

Conversation

swapnils19
Copy link
Contributor

  • 'id' param will help improving the overall performance of application
    as the user will be able to fetch the required data directly by passing the
    'id' i.e. previously used to store the data.
  • new TCs written for modified methods
  • implemented hiredis & keyword arguments

- 'id' param will help improving the overall performance of application
as the user will be able to fetch the required data directly by passing the
'id' i.e. previously used to store the data.
- new TCs written for modified methods
@@ -44,6 +46,7 @@ DEPENDENCIES
minitest (~> 5.0)
pry-byebug
rake
simplecov
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this gem is automatically added after bundle install

@shireeshj shireeshj merged commit 54ddd54 into elitmus:master Jun 24, 2016
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

Successfully merging this pull request may close these issues.

2 participants