cells-rails icon indicating copy to clipboard operation
cells-rails copied to clipboard

Fix Cell::RailsExtensions::ViewModel#call with keyword args

Open taketo1113 opened this issue 2 years ago • 2 comments

  • fixed #71

taketo1113 avatar Feb 07 '23 12:02 taketo1113

I think we need to introduce different implementations for Ruby < 2.7, I will send you a link how we usually do it if I can find it :laughing:

apotonick avatar Feb 07 '23 14:02 apotonick

@apotonick The CI error of Ruby < 2.7 is caused by cells gem <= 4.5.0 which does not include support Ruby <2.7 and after. https://github.com/trailblazer/cells/commit/88796e3a29cbd07887a6161e721164a75c3218a7

If cells gems release the new version, ci will pass tests. (And I fixed another cache error which is caused by cells gem.) https://github.com/trailblazer/cells/pull/507

taketo1113 avatar Mar 02 '23 02:03 taketo1113