antarr
antarr
@davidmccoy Ever find a solution for this?
`#to_a` didn't work but but `#load` does. However, not I get an error `undefined method total_pages` when paginating with `== paginate items`
@eshnil Please add me to this project. I would like to work on a few tickets
Looks like it's a [Ruby 3 change](https://makandracards.com/makandra/496481-changes-to-positional-and-keyword-args-in-ruby-3-0). I was able to get it working using a patch `config/initialiazer/result.rb` ```ruby module ActiveRecord module ConnectionAdapters module AuroraServerless module Mysql2 class Result private...
I'm running into a simalar error. But it's not attempting to use the key. I being prompted for a password that is not accepted. ```bash bundle exec cap production deploy:check...
This is still a issue
I'm actually using minitest. Could that be part of the problem?
I'm getting the same error
> Can you post your `config/importmap.rb`? Probably something off there. ### config/importmap.rb ``` # Pin npm packages by running ./bin/importmap pin "application" pin "jquery", to: "https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" pin "jquery-ui", to: "https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery-ui.min.js"...