Taketo Takashima
Taketo Takashima
It raises the error of `ActionView::Template::Error: wrong number of arguments` when exec `Cell::RailsExtensions::ViewModel#call` with keyword args in ruby 3.0. ### Steps to reproduce ref: https://github.com/taketo1113/cells-rails/commit/f7a9c66c4f504176b90c2f3cf04f7783c7e21582 ```ruby # app/cells/song_cell.rb class SongCell...
It fxied argument error `Cell::Caching` with conditionals helper method. And added test case with conditionals helper method for Cell::Caching. fixed #506
It raises the error of wrong number of arguments when exec `Cell::Caching#render_state` with conditionals helper method in ruby 3.0. ### Steps to reproduce ref: https://github.com/taketo1113/cells/commit/1fb75e0a9d4f842e5fdd87a51392681879b72f9d ```ruby it "with cache condition...
It fxied `Cell::Testing#call` with keywrod args. And added test case with keywrod args for Cell::Testing. fixed #504
It raises the error of wrong number of arguments when exec `Cell::Testing#call` with keyword args in ruby 3.0. ### Steps to reproduce ref: https://github.com/taketo1113/cells/commit/4505a537579325f826d83c84fa4200a56dde48c2 ```ruby # test/testing_test.rb class CapybaraTest <...
Add support IPAddr class to deserialize IPAddr/CIDR that ip address with prefix address. - #503
IPAddr#to_json removed the prefix address with IPAddr/CIDR value. It unable to deserialize IPAddr/CIDR value. ### Expected behavior ```ruby require 'date' require 'json' IPAddr.new('172.16.0.0/24').to_json #=> "\"172.16.0.0/24\"" ``` ### Actual behavior ```ruby...
### Motivation / Background This Pull Request has been created because fixes an error. Steps to reproduce are below comments. https://github.com/rails/rails/pull/51633#issuecomment-2098218748 ### Detail PostgreSQL Cidr#change? raise an error of NoMethodError:...
It add trilogy gem to CI which mysql client library. https://github.com/trilogy-libraries/trilogy