Max Rose-Collins
Max Rose-Collins
Any timeline for releasing the next tutorial in the series?
I checked the docs but couldn't see it. How am I able to test the `sidekiq_retry_in` with rspec? Thanks!
**Describe the bug** If I deploy my app when a lot of locks are present then sidekiq gets stuck and doesn't process any jobs. **Expected behavior** Jobs should be processed....
I have caching enabled `cache_options enabled: true, cache_length: 1.hour` and on the model I have the method ``` def cache_key "#{model_name.cache_key}/#{id}-#{updated_at.to_i}" end ``` but my object doesn't update/clear the cache...
The docs specify `Requires a cache_key method be defined on model:` but what constitutes a good cache_key? ``` def cache_key "#{self.class.name}-#{self.id}" end ``` or ``` def cache_key "#{Time.now}-#{self.id}" end ```...
Can I use dataTarget to assign a unique id to each button and corresponding dropdown? or something similar?
The pagination works technically, but when I try to show the view helper, it doesn't return any code. I can navigate via the url using `?page=2` but the pagination links...
Is their support for an inverted line chart? where 1 is at the top and say for example 100 at the bottom? Thanks
Our site has been running for years and suddenly I am seeing this error. ` no such file or directory, open '.cache/s3.config.json'` We haven't changed anything. All we do is...