Taketo Takashima
Taketo Takashima
@apotonick > However, now Ruby 2.5 is breaking Sorry. I fixed it. > Your intention of this PR is to allow a cache decider without any arguments, right? def cache_enabled?;...
@apotonick The CI error of Ruby < 2.7 is caused by cells gem
@apotonick Thanks to replay. I created PR #72.
@apotonick PR (#72) is only adding test case. I created #73 to fix `Cell::RailsExtensions::ViewModel#call` with keyword args. but it fail test because it need to release the commit https://github.com/trailblazer/cells/commit/88796e3a29cbd07887a6161e721164a75c3218a7 of...
Related issues in Ruby Issue Tracking System. - https://bugs.ruby-lang.org/issues/11531 - https://bugs.ruby-lang.org/issues/1905
FYI: The adapter name of trilogy gem is `Trilogy` It define rails/rails repository. https://github.com/rails/rails/blob/7-1-stable/activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb#L44
FYI: trilogy gem support rails v6.0+. Trilogy gem support rails v7.1+. If to support rails v6.0 - v7.0, add activerecord-trilogy-adapter gem. https://github.com/trilogy-libraries/activerecord-trilogy-adapter > Active Record adapter for the Trilogy database...