Vladimir Dementyev
Vladimir Dementyev
Based on https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development ## Notes - Added `hivemind` to the image to manage frontend processes from a single container. Running multiple containers (which is _The Docker Way_) doesn't make a...
### Motivation / Background This PR aims to make Action Cable more flexible and extensible as a library/framework by separating low-level, implementation specific details (e.g., handling WebSockets, dealing with concurrency)...
## Describe the bug Loading `rom-sql` with Rails 7.1 (main) fails due to the recently added `Object#with` monkey-patch (yeah, it strikes again): ``` /opt/homebrew/lib/ruby/gems/3.2.0/bundler/gems/rails-d954155dd8cc/activesupport/lib/active_support/core_ext/object/with.rb:34:in `public_send': undefined method `raise_on_error=' for #ROM::SQL::Attribute,...
From https://github.com/palkan/logidze/issues/224 ```ruby Logidze.with_responsible(user) do product.save end product.reload.log_data.responsible_id #=> "gid://app/User/42" product.log_data.responsible #=> user Logidze.with_responsible(device) do product.update(name: "New name") end product.reload.log_data.responsible_id #=> "gid://app/Device/24" product.log_data.responsible #=> device ```
## What is the purpose of this pull request? Closes #35 ## Checklist - [ ] I've added tests for this change - [ ] I've added a Changelog entry...
## Description This PR contains code changes and describes the required steps to deploy a Rails application with AnyCable on [Qovery][] (full mode, with gRPC service). ## Changes - [x]...
## Description This PR contains the required changes to add AnyCable to a Rails app running on Heroku with [RPC over HTTP](https://docs.anycable.io/edge/ruby/http_rpc). In this setup, AnyCable-Go can be deployed independently...
## Is your feature request related to a problem? Please describe. It's ugly. ## Describe the solution you'd like It could be done with the `default` rule.
## Is your feature request related to a problem? Please describe. Adding `activate_always` / `activate_on` is boring, we can do better. ## Describe the solution you'd like We can rely...