computed_model icon indicating copy to clipboard operation
computed_model copied to clipboard

Batch loader with dependency resolution and computed fields

Results 4 computed_model issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. Changelog Sourced from simplecov's changelog. 0.22.0 (2022-12-23) Enhancements On Ruby 3.2+, you can now use the new Coverage library feature...

dependencies
ruby

Pointed out in https://github.com/wantedly/computed_model/pull/35. ```ruby require 'computed_model' module UserConcern extend ActiveSupport::Concern include ComputedModel::Model computed def foo; end end ``` ``` Traceback (most recent call last): 1: from test.rb:3:in `' test.rb:7:in...

## Why / What internal issue : https://github.com/wantedly/users-rails/issues/2052 cc @qnighy