Posted By: Doug Chasman
Date: 2006-03-04 04:35
Summary: New features added in ASF 0.3.9
Project: ActiveSalesforce
First release to fully support:
- ASF Generator now builds templates with full AJAX-based related object name resolution support (ids are send in boxcar'ed retrieve requests to lookup the name fields of the referenced object and then the links are updated via javaScript)!
- SID authentication is now simple to deploy, just add this one line to your ApplicationController class in /app/controllers/application.rb:
before_filter ActiveSalesforce::SessionIDAuthenticationFilter |
|