-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActionView::Template::Error (Unsupported command argument type: TrueClass) #699
Comments
I've just upgraded a rails 6.1 project to rails 7, and I am now getting this error. split 4.0.1 |
Hi, which redis and redis-rb version are you using? Can you post the full stacktrace? |
I remember now that I also updated sidekiq to v7, which uses redis-client. I also updated redis from v5 to 6.2.7 Redis server v=6.2.7 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=3813edd7c89460b6
|
I'm not sure if it's related, but here are the details on sidekiq & redis-client: https://github.com/mperham/sidekiq/blob/main/docs/7.0-Upgrade.md#redis-client |
I see! Ok, so actually, this was fixed on #696. I need to release a new version with it |
Ahhh awesome. Thanks! I'll use that. |
Hi, please release) |
It's no longer an issue with latest split version 4.0.2. So I am marking it closed. |
I am using
split
gem for my rails project and after performing below steps:split
to Gemfileconfig/environments/development.rb
I am getting:
ActionView::Template::Error (Unsupported command argument type: TrueClass)
I am using Memcache for datastore. So in my development.rb config file, I have
config.cache_store = :mem_cache_store
line. Even if I change it to useredis_cache_store
nothing happens!Here's my app info:
The text was updated successfully, but these errors were encountered: