Tagged Questions

1
vote
2answers
95 views

Set site/user fields in ActiveResource

I am building a sinatra app that will use Highrise CRM gem to access Highrise data. This gem is based on ActiveResource class. I want to set site, user fields for every request. I followed suggestion ...
1
vote
0answers
55 views

Set site/username field ActiveResource based highrise gem

I am building a sinatra app that will use Highrise CRM gem to access Highrise data. The example code to use this gem from the wiki, require 'highrise' Highrise::Base.site = ...