Sha256: 28fb1f5d30ef8f1bc14428d9287bb3eb4e2f6e98453bc43a9676a919489e63ca
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
## 1.1.2 - 2020-01-02 ### Improvements * Now fetch_where supports string queries, for eg. ```ruby User.fetch_where("first_name = ?", "John") ``` ## 1.1.1 - 2019-12-30 ### Bugfixes * Fix tiny column's configuration not working when used in multiple classes. ## 1.0.3 - 2019-06-08 ### Improvements * Added fetch_where which can be used as : ```ruby User.fetch_where(city: "london", with: [:first_name, :last_name]) ``` to get fetch records with their first and last name.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tiny-record-1.1.3 | CHANGELOG.md |
tiny-record-1.1.2 | CHANGELOG.md |