Randall Harmon
                                            Randall Harmon
                                        
                                    P.s. I'm contemplating an option :key_proc => :symbol or Proc.new do { |instance| ... } to fetch the symmetric key used to encrypt the data. In the example, that routine...
This functionality is now available in my fork. Docs and tests are included.
David, the changes are there in my fork. I suggest reviewing the changes in detail to determine whether they meet your needs.
I've done more research and while there are some who suggest that for _authentication_ purposes, making the IV a secret can be helpful, the best information I see indicates that...
My fork has the ability to store IV's without encryption.
When I told JSPM to use 0.14 to resolve all react's, those warnings seem to have gone away.
I made this work for item adds/removes on a related collection using this.get('features-has-many-collection').bind("all", function() { this.change() }, but I'm not seeing how to iterate the collections on a model, as...
I opened this ticket because I was dissatisfied with the need to call bind('all') on all of my nested collections, in order to get notified of their changes. Calling those...
I'm encountering this use case myself. @PaulUithol: if I clone the book, I'd expect all its Pages to be cloned without Id's (-> isNew() == true). Thus when the new...
same here