You are kinda dropping the first part of what Mike wrote. Here is the quote:
"I think they could add a zero to their Sponsorship tiers and pay for a few ruby-core members to work full-time."
@henrik.codes.bsky.social
Riding Rails at Relatel A/S henrik.bjrnskov.dk
You are kinda dropping the first part of what Mike wrote. Here is the quote:
"I think they could add a zero to their Sponsorship tiers and pay for a few ruby-core members to work full-time."
Do you use `falcon` or `falcon-rails` ?
Having used `falcon` again for a week or two, I am having an issue with `falcon-rails` including all kinds of stuff like a new .erb engine. A new rails Logger system etc.
Really missing the `rails restart` with Falcon, and also using `vite_ruby` there seems to be some incompatibilities.
13.10.2025 10:51 — 👍 1 🔁 0 💬 0 📌 0Nuuday in Denmark uses it. I work in one of the brands and I don’t understand it either 🫠
13.10.2025 06:56 — 👍 1 🔁 0 💬 0 📌 0You can read more from one of the security experts keeping the Ruby community safe.
mensfeld.pl/2025/01/the-...
Hard to come up with specifics, just thinking about advanced routing patterns, and maybe helper names.
02.10.2025 05:47 — 👍 0 🔁 0 💬 0 📌 0I agree, never really understood why it isn't. As you say the other official gems are under the Ruby already.
02.10.2025 05:46 — 👍 0 🔁 0 💬 0 📌 0Looking at the Router demo video, there are several open questions.
1. Wont the having an explicit router tree, scattered in controllers be hard to maintain / find information about routes?
2. What about canonical urls. Like none standard restful ones?
Vaneforbryderne i Pilestræde: Ingen kommentarer.
22.09.2025 05:47 — 👍 3 🔁 2 💬 0 📌 0Scratching an itch with displayful.co
11.09.2025 05:47 — 👍 0 🔁 0 💬 0 📌 0- New Grafana Integration
- Better and Quicker PowerBI integration (Select Section & Filtering)
displayful.co/changelog
We used to just have a shared `ssh_config` file that had a bunch of aliases. That would give you `ssh my-server-alias`
28.04.2025 13:32 — 👍 1 🔁 0 💬 0 📌 0Ahh
We have something similar. I think it will always be dependent on the infrastructure. E.g Kubernetes, ECS, AWS Instances or a simple Hetzner server.
Hard to generalize a tool for that i think.
What is it hosted on ? Multiple servers or ?
If it is just a single server, then Dokku has this.
@sentry.io have become one of those tools that is now full of junk, that are forced down peoples throats. Tracing, Performance, Insights no thank you! I just want the goddamn Exceptions and stack traces grouped.
16.04.2025 11:34 — 👍 1 🔁 0 💬 0 📌 0minitest-spec or good old assert_equal ?
14.04.2025 07:03 — 👍 1 🔁 0 💬 1 📌 0I have stopped using the MySQL/Postgres plugins and just do SQLite now. Thought about doing that?
28.03.2025 07:54 — 👍 0 🔁 0 💬 1 📌 0It is super simple, just works, deploy like it is Heroku
28.03.2025 07:51 — 👍 2 🔁 0 💬 0 📌 0Dokku is the GOAT of the single server hosting game
28.03.2025 07:50 — 👍 1 🔁 0 💬 1 📌 0Not yet, but have it on my list to try out, especially to see how easier ViewComponent -> Phlex is with this
19.03.2025 06:35 — 👍 0 🔁 0 💬 0 📌 0Maybe the "Without button" should use something like "turbo:load@window->confetti#spray" for its "data-action"
18.03.2025 13:37 — 👍 2 🔁 0 💬 2 📌 0Seeing stuff like this, makes me want to move to US :p
14.03.2025 06:34 — 👍 2 🔁 0 💬 0 📌 0Are you sure that `timestamptz` supports the `precision` option?
I can only find references to `t.datetime` with `precision` option set.
Screenshot of Gems, Libraries and Tools summary
We also cover a selection of new gems that you might want to try out!
04.03.2025 13:29 — 👍 2 🔁 2 💬 1 📌 0Screenshot of what's inside for All about code and Ruby section
Yesterday we published the 125th edition of @shortruby.com
This edition was possible with the great help of @Cosmin Vladut .
Here is what you can find out inside:
#Ruby #Rails #News #Coding
Same, until I had copied the code 4 times :P
26.02.2025 11:06 — 👍 0 🔁 0 💬 0 📌 0Got hit by the same, just made this to use across different projects github.com/displayful/t...
26.02.2025 10:21 — 👍 1 🔁 0 💬 1 📌 0Might be because of Dependabot Security updates, which runs on the "Dependency Graph" instead of using the "dependabot.yml" configuration.
26.02.2025 10:17 — 👍 0 🔁 0 💬 2 📌 0Created a gem for using Cloudflare Turnstile with Ruby on Rails.
github.com/displayful/t...
After doing the integration in a couple of projects I saw there are other similar gems. But hey, variation is good right?
#rails