ActiveSalesforce 1.1.3 is here!

Ruby-on-Rails fans, your 9.0 API friendly adapter is here.

Here’s what’s new:
* works with the latest rails and the latest rubygem
* uses select count() for performance increase
* supports LIMIT
* supports clientId
* API Relationships coming in 1.5

Note:  In your environment.rb, change
require_gem ‘activesalesforce’

to

require ‘activesalesforce’

Check out this wiki page on how to get started with ActiveSalesforce.

UPDATE:  1.1.4 was just released to fix SID authentication connection management bugs.

tagged Bookmark the permalink. Trackbacks are closed, but you can post a comment.
  • http://www.salesforcewatch.com/2007/03/ruby_on_rails_a.html SalesforceWatch.com

    Ruby on Rails and Salesforce.com

    Nick Tran has announced that ActiveSalesforce version 1.1.3, a Ruby on Rails framework connection adapter that provides direct access to Salesforce.com managed data, has been released. This updated version includes support for API 9.0. Read more on the…

  • Eugene Chan

    Excellent. Can’t wait to test it out.