Pat Newell
Pat Newell
Hey @sdispater, not sure whether you accept outside PRs, but would you consider attributes defined in the `__fillable__` array to be honored by the `get_attribute` method? ``` python class Person(Model):...
Hello, I am working with monthly pricing/returns data, and am finding that `stats.cagr` is consistently greater than `status.comp`. I believe it boils down to the annualization math. ``` Python years...
_(not an issue, but a feature request)_ I am slowly introducing `jest` to a repository and would like to modify files as they are edited (in a pre-commit hook). I'd...
This PR adds the "Search" endpoint. Search doesn't quite fit the Resourceful pattern, so I put the tests in `client_spec.rb`. Happy to move them if you'd prefer them to be...
Hey @thetron, I have some code which clones a class, but for token classes I get an error. Repro steps: ``` ruby require 'mongoid' require 'mongoid_token' class Person include Mongoid::Document...
when migrating from Orator to Masonite, several of my relationship methods were not working. Stepping through the code, I found that when referencing the `class` via `self.__class__` inside the `User`...