nateleavitt / infusionsoft

Ruby Gem for the Infusionsoft API
MIT License
58 stars 70 forks source link

Added data_query_order_by function #15

Closed inportland99 closed 11 years ago

inportland99 commented 11 years ago

Nathan,

I added a data_query_order_by function to the data.rb file. The modification worked well on my local install of your gem. It would be great if you could include this.

ASIDE: I wonder if you had any insight into a problem I was having. After forking from your repo and modifying the data.rb file, I tried to have my Gemfile use the my modified version by using:

gem 'infusionsoft', :git => 'git://github.com/inportland99/infusionsoft.git'

unfortunately, even though bundle install seemed to pull the files from my repo, the gem did not work at all. Do you know why?

BTW - Thanks for putting together the infusionsoft gem… it's been a godsend.

Raj Shah

nateleavitt commented 11 years ago

Eventually, I would like optional arguments built into the method calls.. but right now the way I implemented it, this will work.