yieldmanager 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +9 -0
  2. data/VERSION +1 -1
  3. data/yieldmanager.gemspec +2 -2
  4. metadata +2 -2
data/README.rdoc CHANGED
@@ -40,6 +40,15 @@ To use in a Rails project, add this to config/environment.rb:
40
40
  @ym.session do |token|
41
41
  @currencies = @ym.dictionary.getCurrencies(token)
42
42
  end
43
+
44
+ *GOTCHA* In projects with ActiveRecord enabled (i.e., Rails projects)
45
+ SOAP will identify returned data as AR objects if there's a
46
+ naming collision. For example, if you're running
47
+ +@ym.creative.get(token,123)+
48
+ and you have an AR objects for a +creatives+ table in the db, the
49
+ SOAP parser will interpret the returned SOAP object as
50
+ an AR Creative object, resulting in bizarre errors. Uniquely
51
+ re-name your AR object to eliminate the conflict.
43
52
 
44
53
  === Pagination
45
54
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/yieldmanager.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yieldmanager}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bill Gathen"]
12
- s.date = %q{2009-11-22}
12
+ s.date = %q{2009-11-24}
13
13
  s.description = %q{This gem offers full access to YieldManager's API tools (read/write) as well as ad-hoc reporting through the Reportware tool}
14
14
  s.email = %q{bill@billgathen.com}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yieldmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Gathen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-22 00:00:00 -05:00
12
+ date: 2009-11-24 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency