fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#RubyOnRails

10 posts10 participants1 post today

Crunching RubyGems data on ClickHouse is fun! 👀

Which countries downloaded a lot of Rails in the past couple of months? The US reigns supreme, with Germany and Japan coming in second and third. Bit of a surprise that Ireland comes in fourth 🤔

Rails 8 is great, but I'm not a massive fan of the Rubocop template.

Not everyone writes code like DHH/37Signals. Probably, most people don't. Who else actually indents all their private methods?

Maybe just go with StandardRb next time 🤷

Funny thing.
So in most #Ruby web frameworks (works with Roda, Rails and I think Sinatra, at the very least) you can mount other Rack apps to endpoints.
IIRC that's how Rodauth works.
But I haven't seen the ability to mount other WSGI apps in #Python frameworks.
Wonder if there's a technical reason for that, or if it's just, something that isn't needed.