activesalesforce 0.4.9 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rforce.rb +4 -0
- metadata +2 -2
data/lib/rforce.rb
CHANGED
@@ -253,6 +253,10 @@ module RForce
|
|
253
253
|
|
254
254
|
login(@user, @password)
|
255
255
|
|
256
|
+
# repackage and rencode request with the new session id
|
257
|
+
request = (Envelope % [@session_id, @batch_size, extra_headers, expanded])
|
258
|
+
request = encode(request)
|
259
|
+
|
256
260
|
#Send the request to the server and read the response.
|
257
261
|
response = @server.post2(@url.path, request.lstrip, headers)
|
258
262
|
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: activesalesforce
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2006-04-
|
6
|
+
version: 0.5.0
|
7
|
+
date: 2006-04-13 00:00:00 -04:00
|
8
8
|
summary: ActiveSalesforce (ASF) is a Rails connection adapter that provides direct access to Salesforce.com hosted data and metadata via the ActiveRecord model layer. Objects, fields, and relationships are all auto surfaced as active record attributes and rels.
|
9
9
|
require_paths:
|
10
10
|
- lib
|