issues
search
DmitryTsepelev
/
store_model
Work with JSON-backed attributes as ActiveRecord-ish models
MIT License
1.09k
stars
89
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix `accepts_nested_attributes_for` triggering db connection in rails 7.2
#194
balbesina
opened
1 day ago
1
Fix typo in docs
#193
bengladwell
closed
1 week ago
0
Add convenience methods to instantiate model from type
#192
bengladwell
closed
2 weeks ago
2
Provide convenience methods for instantiating StoreModel::Models with type behavior
#191
bengladwell
closed
2 weeks ago
0
Update nested_models.md with workaround notes as per #187
#190
colszowka
closed
2 weeks ago
1
Add installation instructions directly to README.md
#189
vfonic
closed
2 weeks ago
1
Would be useful to have a de-facto standard installation instructions w/ gem name in README
#188
vfonic
closed
2 weeks ago
2
Regression regarding unavailable database in 4.x+ versions
#187
colszowka
closed
2 weeks ago
5
Fixed issues with enum that contains type float
#186
zabil-maooz
closed
1 month ago
4
Enum not handled correctly
#185
zabil-maooz
closed
1 month ago
1
ActiveJob::SerializationError:
#184
Hammam94
opened
2 months ago
2
Performance degradation on all ActiveRecord instances when enable_parent_assignment = true
#183
ermolaev
closed
2 months ago
1
Update Ruby and Rails versions, raise an error when database is not available
#182
DmitryTsepelev
closed
3 months ago
0
Treat all Hash-like input as a Hash
#181
ql
closed
3 months ago
1
Add `update_only` option to StoreModel#accepts_nested_attributes_for
#180
ql
closed
3 months ago
0
Error after update to Rails 7.2
#179
timfsw
closed
3 months ago
0
How to have an attribute of type Hash?
#178
chernish2
closed
3 months ago
1
Parent Class using sti_class prepend the class names
#177
omarsancas
closed
3 months ago
5
fix: serialize empty has-many array
#176
bf4
closed
5 months ago
1
fix serializing for array type attributes
#175
safakferhatkaya
closed
5 months ago
3
NoMethodError serialize_unknown_attributes? on upgrading to 3.0.0
#174
phinze
closed
5 months ago
3
Fixed issue for empty nested array
#173
manuelvanrijn
closed
5 months ago
1
Update enums.md docs to reflect enum argument order when `raise_on_invalid_values` is set
#172
morriswchris
closed
5 months ago
0
Fix issue with serialization options not applied to nested objects
#171
osanay
closed
5 months ago
1
Registering StoreModels as ActiveModel types
#170
Morozzzko
opened
6 months ago
1
Restore behavior to always store unknown attributes in the database
#169
osanay
closed
7 months ago
1
Optional parent tracking
#168
paneq
closed
7 months ago
3
Optional tracking of parent functionality
#167
paneq
closed
7 months ago
4
Update documentation to reflect behavior of `serialize_unknown_attributes` in v2.1.1+
#166
osanay
closed
7 months ago
1
Fix CI for JRuby
#165
DmitryTsepelev
closed
8 months ago
0
Manageable raising on invalid enum value
#164
alexeevit
closed
9 months ago
0
Fix accepts_nested_attributes_for with `allow_destroy: true` raising …
#163
dush
closed
11 months ago
1
Improve `inspect` readability
#162
neilvcarvalho
closed
1 year ago
0
fixes #160 - addresses error deserializing malformed json string
#161
agiveygives
closed
1 year ago
0
JSON deserializing empty string, leads to nil error
#160
jcdennen
closed
1 year ago
0
Drop coveralls
#159
DmitryTsepelev
closed
1 year ago
0
[QUESTION] How preserve data on update?
#158
rafaeldev
closed
1 year ago
1
accepts_nested_attributes_for allow partial updates
#157
acetinick
closed
3 months ago
4
Override of accepts_nested_attributes_for breaks app start when connection to db is not available
#156
Supernich
closed
1 year ago
1
Fix CI
#155
DmitryTsepelev
closed
1 year ago
0
Fix serialization on nested objects
#154
mweitzel
closed
1 year ago
0
Model#as_json serializes key-value enums using keys
#153
DmitryTsepelev
closed
1 year ago
0
Use accepts_nested_attributes_for with StoreModel::NestedAttributes
#152
morgangrubb
closed
1 year ago
3
Enums are incorrectly serialized using as_json
#151
wooly
closed
1 year ago
4
StoreModel Stringifying json when saving.
#150
jmarsh24
closed
1 year ago
14
Attribute encryption with ActiveRecord::Encryption
#149
stephen-tech4
opened
1 year ago
1
Fix defaults issue
#148
RudskikhIvan
closed
1 year ago
1
Broken defaults in 2.0
#147
colszowka
closed
1 year ago
2
Serializing and deserializing values
#146
RudskikhIvan
closed
1 year ago
9
docs: fix missing option in sample code
#145
akinomaeni
closed
1 year ago
0
Next