Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / active-hash/active_hash issues and pull requests
#325 - Could the file lookup path in ActiveYaml become a little more abstract?
Issue -
State: closed - Opened by walterdavis about 1 month ago
- 6 comments
#324 - Update supported versions of Ruby and Rails
Pull Request -
State: closed - Opened by flavorjones about 1 month ago
- 1 comment
#323 - has_many ActiveRecord though ActiveHash generates invalid SQL
Issue -
State: open - Opened by MoAI522 2 months ago
- 1 comment
#322 - Duplicate field names when using ActiveHash::Enum
Issue -
State: open - Opened by hatsu38 3 months ago
- 3 comments
#321 - Implement automatic predicate method generation for ActiveHash::Enum
Pull Request -
State: closed - Opened by hatsu38 3 months ago
- 9 comments
#320 - Fix the behavior when passing nil to `exists?`
Pull Request -
State: closed - Opened by y-yagi 3 months ago
- 1 comment
Labels: bug
#319 - Add built-in predicate methods for enum types in ActiveHash
Issue -
State: closed - Opened by hatsu38 3 months ago
#318 - Run test against Rails 7.2
Pull Request -
State: closed - Opened by ohbarye 3 months ago
#317 - Add support for a block argument on `Relation#count`
Pull Request -
State: closed - Opened by ashleyHutton 4 months ago
- 1 comment
#316 - `count` should support a block
Issue -
State: closed - Opened by ashleyHutton 4 months ago
#315 - Minor: reduce unnecessary check on id
Pull Request -
State: open - Opened by kbrock 4 months ago
#314 - Make Default field private
Pull Request -
State: open - Opened by kbrock 5 months ago
- 2 comments
Labels: bug
#313 - Ensure field_names contains only symbols
Pull Request -
State: closed - Opened by kbrock 5 months ago
- 2 comments
Labels: bug
#312 - fix: ensure the stored field names are always symbols
Pull Request -
State: closed - Opened by flavorjones 5 months ago
#311 - Add column names method
Pull Request -
State: closed - Opened by hatsu38 5 months ago
- 6 comments
#310 - Add column_names Method to ActiveHash
Issue -
State: closed - Opened by hatsu38 5 months ago
#309 - fix: do not suppress errors when loading classes
Pull Request -
State: closed - Opened by andreynering 7 months ago
- 2 comments
#308 - version bump to v3.3.1
Pull Request -
State: closed - Opened by flavorjones 7 months ago
- 3 comments
#307 - Fix a typo in the link to the PR
Pull Request -
State: closed - Opened by y-yagi 7 months ago
- 1 comment
#306 - Fix arguments of has_many method
Pull Request -
State: closed - Opened by sontixyou 7 months ago
- 5 comments
#305 - "`has_many': wrong number of arguments (given 2, expected 1) (ArgumentError)" error is raised since 3.3.0
Issue -
State: closed - Opened by issei-m 7 months ago
- 4 comments
#304 - Release 3.3.0
Pull Request -
State: closed - Opened by kbrock 7 months ago
- 3 comments
#303 - test: pin sqlite3 dependency to `< 2.0`
Pull Request -
State: closed - Opened by flavorjones 7 months ago
#302 - Accessing belongs_to association without a key creates a useless query
Issue -
State: open - Opened by Catsuko 9 months ago
- 4 comments
#301 - ci: allow manual dispatch, run once a week to integration test
Pull Request -
State: closed - Opened by flavorjones 10 months ago
- 3 comments
#300 - fix: rails 7.1.3 support requires a has_query_constraints? method
Pull Request -
State: closed - Opened by flavorjones 10 months ago
#299 - pluck change from array access to using methods.
Pull Request -
State: closed - Opened by iberianpig 10 months ago
- 8 comments
#298 - Support Ruby 3.3
Pull Request -
State: closed - Opened by m-nakamura145 11 months ago
#297 - prefer Active Support's String#safe_constantize to #constantize
Pull Request -
State: closed - Opened by flavorjones 12 months ago
#296 - support `has_many :through` associations
Pull Request -
State: closed - Opened by flavorjones 12 months ago
#295 - Treat nil and blank values as different
Pull Request -
State: closed - Opened by kbrock 12 months ago
Labels: bug
#294 - undefined method `find_by_key' for ActiveYamlBaseClass:Class Did you mean? find_by_id
Issue -
State: closed - Opened by chikugoy about 1 year ago
- 3 comments
#293 - find_by with nil value will return an object with an empty string
Issue -
State: closed - Opened by tomohung about 1 year ago
#292 - Fix #where for hashes with string keys
Pull Request -
State: closed - Opened by usernam3 about 1 year ago
- 3 comments
Labels: bug
#291 - Support Rails 7.1
Pull Request -
State: closed - Opened by y-yagi about 1 year ago
#290 - release v3.2.1
Pull Request -
State: closed - Opened by flavorjones about 1 year ago
- 5 comments
#289 - ActiveHash::Relation can not use respond_to? method
Issue -
State: closed - Opened by yleek about 1 year ago
- 3 comments
#288 - feat: improve pp output for ActiveHash::Relation
Pull Request -
State: closed - Opened by flavorjones over 1 year ago
Labels: feature
#287 - Fix (Relation): add safe navigator operator after scopes for respond_to_missing? and method_missing methods
Pull Request -
State: closed - Opened by Thornolf over 1 year ago
- 4 comments
#286 - require reflection_extensions when ActiveRecordExtensions is extended
Pull Request -
State: closed - Opened by iberianpig over 1 year ago
- 4 comments
#285 - `ActiveHash::Relation` returned by `ActiveHash#where` should be reported like as an array of `ActiveHash` items selected by `where` method, in Rails Console.
Issue -
State: closed - Opened by gento-ogane over 1 year ago
- 3 comments
#284 - Fix the release date of v3.2.0
Pull Request -
State: closed - Opened by y-yagi over 1 year ago
#283 - No Method Error for find_by and find
Issue -
State: closed - Opened by thoughtbot-boost-support over 1 year ago
- 1 comment
#282 - Fix nil error
Pull Request -
State: closed - Opened by vinnydiehl over 1 year ago
- 1 comment
#281 - Condition explicitly uses attribute values and not public_send
Pull Request -
State: closed - Opened by flavorjones over 1 year ago
- 5 comments
#280 - 3.2.0: Regression in `.where`?
Issue -
State: closed - Opened by nialbima over 1 year ago
- 7 comments
#279 - Reflection Inheritance Issue
Issue -
State: closed - Opened by daBee over 1 year ago
- 4 comments
#278 - Fix nil scopes in method_missing and respond_to_missing?
Pull Request -
State: closed - Opened by julianrubisch over 1 year ago
- 1 comment
Labels: bug
#277 - fix: provide a cleaner method missing error
Pull Request -
State: closed - Opened by rgarver over 1 year ago
- 2 comments
#276 - V3.2 changelog / release notes
Pull Request -
State: closed - Opened by kbrock over 1 year ago
- 3 comments
#275 - Add Ruby 3.2 to the CI matrix
Pull Request -
State: closed - Opened by petergoldstein over 1 year ago
- 1 comment
#274 - Bugfix: Use correct value for field attributes when default field value is `false`
Pull Request -
State: closed - Opened by ihollander almost 2 years ago
#273 - ci: avoid running multiple times on the same commit
Pull Request -
State: closed - Opened by flavorjones almost 2 years ago
#272 - Rails 7 support
Pull Request -
State: closed - Opened by flavorjones almost 2 years ago
- 6 comments
#271 - Bugfix: Allow chaining with same attribute
Pull Request -
State: closed - Opened by gastronleroux almost 2 years ago
- 1 comment
#270 - Avoid interfering with AR's belongs_to arguments.
Pull Request -
State: closed - Opened by koyo-miyamura almost 2 years ago
- 5 comments
#269 - Fix #pluck method behavior when 3+ attributes specified
Pull Request -
State: closed - Opened by h6ah4i almost 2 years ago
Labels: bug
#268 - Refactor `Relation` and conditions to fix mutating scopes issues
Pull Request -
State: closed - Opened by pfeiffer about 2 years ago
- 9 comments
#267 - Add Rails 7 compatibility
Pull Request -
State: closed - Opened by pfeiffer about 2 years ago
- 9 comments
#266 - Bugfix: Ensure that using `id: [..]` as condition returns unique records
Pull Request -
State: closed - Opened by pfeiffer about 2 years ago
- 5 comments
#265 - Relation: Make `where` return a fresh relation to avoid leaking scopes
Pull Request -
State: closed - Opened by pfeiffer about 2 years ago
- 2 comments
#264 - docs: Remove the string 'F'
Pull Request -
State: closed - Opened by tbotaq about 2 years ago
#263 - Show example using regex in where query
Pull Request -
State: closed - Opened by scottharvey about 2 years ago
#262 - add ActiveRecord like exists? behavior.
Pull Request -
State: closed - Opened by ise-tang about 2 years ago
- 3 comments
#261 - Fix order bug
Pull Request -
State: closed - Opened by Yuma-Nagaoka over 2 years ago
- 4 comments
#260 - Remove redundant ActiveRecord version check
Pull Request -
State: closed - Opened by yujideveloper over 2 years ago
#259 - Fix deprecation warnings
Pull Request -
State: closed - Opened by yujideveloper over 2 years ago
- 2 comments
#258 - Fix rspec config when SKIP_ACTIVE_RECORD enabled
Pull Request -
State: closed - Opened by yujideveloper over 2 years ago
- 1 comment
#257 - ActiveHash scope affecting self
Issue -
State: closed - Opened by mogya over 2 years ago
- 3 comments
#256 - isolate tests with temporary classes
Pull Request -
State: closed - Opened by machisuke over 2 years ago
- 1 comment
#255 - Avoid ActiveRecordExtensions affects AR's belongs_to method.
Pull Request -
State: closed - Opened by machisuke over 2 years ago
- 8 comments
Labels: bug
#254 - remove wwtd
Pull Request -
State: closed - Opened by kbrock over 2 years ago
- 3 comments
#253 - Make releases more often?
Issue -
State: closed - Opened by andreynering over 2 years ago
- 3 comments
#252 - Rails 7 Compatibility
Issue -
State: closed - Opened by adampal over 2 years ago
- 4 comments
#251 - Merge Bullet Train changes into main gem
Pull Request -
State: closed - Opened by adampal over 2 years ago
#250 - Source tweaks
Pull Request -
State: closed - Opened by kbrock over 2 years ago
- 1 comment
#249 - Rails 7 finding a valid model association.
Issue -
State: closed - Opened by TravisSiebenhaar over 2 years ago
- 6 comments
#248 - ActiveHash::Relation: Allow chaining multiples scopes
Pull Request -
State: closed - Opened by andreynering over 2 years ago
- 5 comments
#247 - Scopes are not chainable
Issue -
State: closed - Opened by andreynering over 2 years ago
- 1 comment
#246 - Run supported ruby versions with supported Rails versions
Pull Request -
State: closed - Opened by kbrock over 2 years ago
- 7 comments
#245 - Update repository URLs
Pull Request -
State: closed - Opened by yujideveloper over 2 years ago
- 1 comment
#244 - QUESTION: What's the performance of "find_by"?
Issue -
State: closed - Opened by rodricios over 2 years ago
- 2 comments
#243 - Fix unexpected `RecordNotFound` exception when pass a block to `ActiveFile::Base.find`
Pull Request -
State: closed - Opened by yujideveloper over 2 years ago
- 4 comments
#242 - Migrate from Travis CI to GitHub Actions
Pull Request -
State: closed - Opened by ytkg over 2 years ago
- 10 comments
#241 - Set a default key attribute when loading ActiveYaml files
Pull Request -
State: closed - Opened by adampal almost 3 years ago
#240 - Use double splat operator in belongs_to call to super
Pull Request -
State: closed - Opened by gazayas about 3 years ago
- 1 comment
#239 - The has_many :through Association does not get record
Issue -
State: closed - Opened by taki about 3 years ago
- 6 comments
#238 - Can a class that inherits from ActiveHash::Base be associated with another class that inherits from ActiveHash::Base?
Issue -
State: closed - Opened by mattandayo about 3 years ago
- 1 comment
#237 - Defines the getter method for the collection_singular_ids.
Pull Request -
State: closed - Opened by 1160054 about 3 years ago
- 1 comment
Labels: feature
#236 - Using ActiveHash::Associations and JSONAPISerializer at the same time will result NoMethodError.
Issue -
State: closed - Opened by 1160054 about 3 years ago
- 1 comment
#235 - ActiveRecordExtensions.belongs_to with extra arguments is not working
Issue -
State: open - Opened by qsona over 3 years ago
- 3 comments
#234 - Is it time to redefine the purpose of ActiveHash?
Issue -
State: open - Opened by kbrock over 3 years ago
- 11 comments
#233 - Prevent duplicate ids
Pull Request -
State: closed - Opened by senhalil over 3 years ago
#232 - Prevent object creation if ID exists
Pull Request -
State: closed - Opened by senhalil over 3 years ago
- 1 comment
#231 - Speed up automatic id definition
Pull Request -
State: closed - Opened by braktar over 3 years ago
- 2 comments
#230 - support i18n
Pull Request -
State: closed - Opened by ryu-sato over 3 years ago
- 2 comments
#229 - Add thread safety to ActiveFile
Pull Request -
State: closed - Opened by dmitriy-kiriyenko over 3 years ago
- 4 comments
#228 - Add an expectation to a test
Pull Request -
State: closed - Opened by tbotaq over 3 years ago
- 1 comment
#227 - Add ActiveHash::Relation#size method for compatibily
Pull Request -
State: closed - Opened by sluceno over 3 years ago
Labels: bug
#226 - Correct fields with YAML aliases in array style
Pull Request -
State: closed - Opened by stomk over 3 years ago
- 4 comments