Aaron Todd
Aaron Todd
I've gotta start this with thanks so much for Ransack, really the only time it ever gets in the way are during Rails upgrades 😄 I've seen other issues like...
After upgrading from Redis gem v4.8.0 to v5.0.2 we got the following error on Heroku. Our Redis URLs take the form `redis://h:[email protected]:12345` ``` Resque.schedule = YAML.load_file(Rails.root.join("config", "resque_schedule.yml")) RedisClient::CommandError: ERR wrong...
Hi, A colleague and I were using the Table.alias method today to do multiple joins on the same table but it wasn't working how we expected out of the box...