cells-rails
cells-rails copied to clipboard
Fix Cell::RailsExtensions::ViewModel#call with keyword args
- fixed #71
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 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