Calle Luks

Results 2 issues of Calle Luks

Ruby 3 changes how keyword arguments work by separating them from positional arguments. Running on Ruby 3 requires explicitly delegating keyword arguments. By using the ruby2_keywords gem we can maintain...

As suggested by the docs for [FormOptionsHelper#select][1], the helper can be called with a block to customize option tag attributes: select(report, :campaign_ids) do available_campaigns.each do |c| tag.option(c.name, value: c.id, data:...

actionview