t-anjan

Results 3 issues of t-anjan

Discussed here: http://stackoverflow.com/questions/5665662/rails3-amf-to-amf-method-not-found-on-activerecord-objects Worked around the issue by adding the following in an initializer: `class ActiveRecord::Base include Rails3AMF::Serialization end` I am not sure about the exact cause of this issue....

When trying to access a table-less model through an association, it was throwing a 'NoMethodError: undefined method `sanitize_limit' for #Object:...". Fixed the error by defining that method on the "connection"...

In addition to the verification function, added some error-handling code.