issues
search
active-hash
/
active_hash
A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
MIT License
1.21k
stars
179
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Could the file lookup path in ActiveYaml become a little more abstract?
#325
walterdavis
closed
2 weeks ago
6
Update supported versions of Ruby and Rails
#324
flavorjones
closed
1 month ago
1
has_many ActiveRecord though ActiveHash generates invalid SQL
#323
MoAI522
opened
2 months ago
1
Duplicate field names when using ActiveHash::Enum
#322
hatsu38
opened
2 months ago
3
Implement automatic predicate method generation for ActiveHash::Enum
#321
hatsu38
closed
2 months ago
9
Fix the behavior when passing nil to `exists?`
#320
y-yagi
closed
2 months ago
1
Add built-in predicate methods for enum types in ActiveHash
#319
hatsu38
closed
2 months ago
0
Run test against Rails 7.2
#318
ohbarye
closed
3 months ago
0
Add support for a block argument on `Relation#count`
#317
ashleyHutton
closed
3 weeks ago
1
`count` should support a block
#316
ashleyHutton
closed
3 weeks ago
0
Minor: reduce unnecessary check on id
#315
kbrock
opened
4 months ago
0
Make Default field private
#314
kbrock
opened
4 months ago
2
Ensure field_names contains only symbols
#313
kbrock
closed
4 months ago
2
fix: ensure the stored field names are always symbols
#312
flavorjones
closed
4 months ago
0
Add column names method
#311
hatsu38
closed
3 months ago
6
Add column_names Method to ActiveHash
#310
hatsu38
closed
3 months ago
0
fix: do not suppress errors when loading classes
#309
andreynering
closed
6 months ago
2
version bump to v3.3.1
#308
flavorjones
closed
6 months ago
3
Fix a typo in the link to the PR
#307
y-yagi
closed
6 months ago
1
Fix arguments of has_many method
#306
sontixyou
closed
6 months ago
5
"`has_many': wrong number of arguments (given 2, expected 1) (ArgumentError)" error is raised since 3.3.0
#305
issei-m
closed
6 months ago
4
Release 3.3.0
#304
kbrock
closed
6 months ago
3
test: pin sqlite3 dependency to `< 2.0`
#303
flavorjones
closed
6 months ago
0
Accessing belongs_to association without a key creates a useless query
#302
Catsuko
opened
9 months ago
4
ci: allow manual dispatch, run once a week to integration test
#301
flavorjones
closed
9 months ago
3
fix: rails 7.1.3 support requires a has_query_constraints? method
#300
flavorjones
closed
9 months ago
0
pluck change from array access to using methods.
#299
iberianpig
closed
9 months ago
8
Support Ruby 3.3
#298
m-nakamura145
closed
10 months ago
0
prefer Active Support's String#safe_constantize to #constantize
#297
flavorjones
closed
11 months ago
0
support `has_many :through` associations
#296
flavorjones
closed
11 months ago
0
Treat nil and blank values as different
#295
kbrock
closed
11 months ago
0
undefined method `find_by_key' for ActiveYamlBaseClass:Class Did you mean? find_by_id
#294
chikugoy
closed
11 months ago
3
find_by with nil value will return an object with an empty string
#293
tomohung
closed
11 months ago
0
Fix #where for hashes with string keys
#292
usernam3
closed
1 year ago
3
Support Rails 7.1
#291
y-yagi
closed
1 year ago
0
release v3.2.1
#290
flavorjones
closed
1 year ago
5
ActiveHash::Relation can not use respond_to? method
#289
yleek
closed
1 year ago
3
feat: improve pp output for ActiveHash::Relation
#288
flavorjones
closed
1 year ago
0
Fix (Relation): add safe navigator operator after scopes for respond_to_missing? and method_missing methods
#287
Thornolf
closed
1 year ago
4
require reflection_extensions when ActiveRecordExtensions is extended
#286
iberianpig
closed
1 year ago
4
`ActiveHash::Relation` returned by `ActiveHash#where` should be reported like as an array of `ActiveHash` items selected by `where` method, in Rails Console.
#285
gento-ogane
closed
1 year ago
3
Fix the release date of v3.2.0
#284
y-yagi
closed
1 year ago
0
No Method Error for find_by and find
#283
thoughtbot-boost-support
closed
1 year ago
1
Fix nil error
#282
vinnydiehl
closed
1 year ago
1
Condition explicitly uses attribute values and not public_send
#281
flavorjones
closed
1 year ago
5
3.2.0: Regression in `.where`?
#280
nialbima
closed
1 year ago
7
Reflection Inheritance Issue
#279
daBee
closed
11 months ago
4
Fix nil scopes in method_missing and respond_to_missing?
#278
julianrubisch
closed
1 year ago
1
fix: provide a cleaner method missing error
#277
rgarver
closed
1 year ago
2
V3.2 changelog / release notes
#276
kbrock
closed
1 year ago
3
Next