Rytis Alekna
Rytis Alekna
Hi, there are some occasions when BigNumber is converted to plain object and loses BigNUmber prototype - for example when it is taken from `window.history.state`. In such situation it's a...
- Moved encryption hooks to separate class - they won't be generated into model class - Removed custom time stamps functionality - now using Mongoose `timestamps: true` option - Added...
Hi Andy, My idea it to keep model code as clean as possible (model data definition only) so all hooks and comparators should be in a separate file. I'm working...
I'm not sure that I'm 100% right but it seems that time stamps functionality generated into each model duplicates Mongoose automatic time stamps functionality http://mongoosejs.com/docs/guide.html#timestamps Correct me if I'm wrong....
Hello! I'm interested if this repo is still maintained by someone because there a few PR that are not getting attention for a long time without any response. This gem...