Łukasz Reszke
lukaszreszke.bsky.social
Łukasz Reszke
@lukaszreszke.bsky.social
Rewrite or modernize exisitng app? Maybe something in between? Join me on 31 March 7 pm CET https://arkency.com/webinars/rescuing-rails-applications/

Software Developer @arkency
- Turbo Drive
- Turbo Frames
- Turbo Streams (including broadcasting)
- aaaand Stimulus

Doesn't ring a bell? Don't worry. You can still come. We'll serve it on plate.

The price?
You just need conference ticket. That's all.

So, see you there?
April 9, 2025 at 5:55 AM
I really like mutation tests to check whether tests are trustworthy. Have you tried mutant gem?
March 14, 2025 at 8:31 PM
You can do that in System Settings -> Keyboard -> Keyboard shortcuts. Remap the command to be control and control to be command (🤯)
March 14, 2025 at 9:04 AM
was it really covered then?
March 14, 2025 at 8:59 AM
Thanks for your questions! In the workshop we'll focus on Hotwire in RubyOnRails. However, I know for a fact that in May @maciejkorsan.bsky.social and Paweł Pacana (@mostlyobvious on twitter) are planning to explore the area of using Hotwire without Rails.
March 12, 2025 at 6:57 AM
1. What do you currently use on your frontend?
2. What’s stopping you from using Hotwire?
3. What would you like to learn at the workshop?

thanks
March 11, 2025 at 6:02 PM
Piotr Romańczuk debuted on arkency's blog and described the story of how we identified and fixed the issue. Take a look 👇
blog.arkency.com/is-your-rail...
March 11, 2025 at 10:45 AM
Puma configuration cannot be treated locally anymore as it used to be with monolithic architecture.

One of our client faced that problem.
March 11, 2025 at 10:45 AM
Agree. It has caused nothing but trouble for me in the past. I prefer to use Event Sourcing approach (RailsEventStore) to keep the data and make sure I never lose it. I can then easily do a projection of a state and not include anything that is considered as deleted.
March 5, 2025 at 3:17 PM