#rails search results
In case you are working with Time and timezones in #Ruby on #Rails here is a summary of two good articles that you should read

SmartHRさんのインターン今日まででした! 優勝できなかったのはチョー悔しいけど、最高のチームで開発できて楽しかったです⭐️講評では「やんちゃなチーム」と言われちゃいました笑 railsも思ったより書けたしチームメンバーやメンターの方からも多くを学びました🤩 感謝感激✨ #SmartHR #rails




In the spirit of self-hosting and good ol' DIY, I'm tinkering with a classic Rails blog: now with @OmarchyLinux themes live from Github. Still very much WIP, but the repo's on its way soon! #Rails #SelfHosting

I had two choices: rewrite 20+ years of @rails expertise in Python, or bring the power of @DSPyOSS to the Ruby community to write sophisticated AI Agents and Workflows. I went for Ruby. #rails #ruby medium.com/p/stop-wrestli…

🌟TOP TIP🌟 Use 'to_sql' to debug an AR query 🥳 I was stumped for a bit on why my sortable headers were not-so-sortable. Turns out I had included _two_ ORDER BY clauses, which I could see in the raw SQL string generated from calling 'to_sql' on the AR relation! #rails #ruby

I'm starting a new open source #rails engine called sqlite_dashboard. If you go with #SQLite in production, using kamal, what's missing is a way to quickly have a glance to the database. How do you like the idea?

Building a #diet and #fitness tracker using ruby on #rails! Leave a comment to be one of the beta tester as soon as I'll have something deliverable! #buildinpublic


It would be so much better DX wise if the `bin/rails s` fail during the startup instead of waiting to fail during the page load. #Rails

Virginia Rail in the Verizon Plaza at 42nd Street early this morning, surprisingly it was in the same planter with the Yellow-breasted Chat. The Rail came out to say goodbye as I turned to leave & head for work, lucky me! #virginiarail #rails #birds #birdwatching #fallmigration

Nuevo artículo 👇 "Why You Should Talk More To Your Rails Migrations" unagisoftware.com/articles/why-r… #ruby #rails

Ruby on Railsの日常的なパフォーマンスルール【翻訳】 zenn.dev/yamitake/artic… #rails
⚡ Here's how to add intelligent, typo-tolerant search to your Rails app with Typesense — a fast, open-source alternative to ElasticSearch or Algolia. #Rails avohq.io/blog/intellige…

⚠️ Updates on Skeletor. I'm working on the switch from Puma to Falcon. As of now, everything is running smoothly, but there's still some work to do. Also, server will be an option to configure for everyone. #ruby/#rails #buildinpublic #devtools #indiehackers #indiedevs #async
🧹 Old Rails migrations add noise, not value. They rarely run, often break, and only make your codebase harder to navigate. Time to tidy up. #Rails blog.julik.nl/2025/10/delete…
💎 Hey friends, we truly need your help to do a remarkable 10years party and teach +100 women to code with #rails Please, spread our word! 🧗♀️
Hey you! We need support from this awesome community to make @railsgirlssp happen once again,: some books and budget for coffee-break (we provide all the food 🍕 to our attendees and mentors) If your company can help us to spread education, please, make contact!
2025/10/10デイトラ396目目😊 ・上級編DAY22 最終課題 システムテスト 引き続きシステムテスト中💪✨️ traitも使いこなせるようになりたい。 勉強時間約1時間 #デイトラ #rails
Ruby is more alive than ever!!! And Rails will scale even more than ever!!! Thank you for that amazing work, Mr. Williams (@ioquatix). #ruby/#rails #falcon #async #rubyonrails
Here are my slides from Kaigi on Rails 2025 - Building, Deploying and Monitoring Ruby Web Applications with Falcon: speakerdeck.com/ioquatix/build…
💡 Want quicker builds and simpler setup? Kamal’s new local registry feature removes DockerHub from the equation entirely. Just point to localhost. #Rails deploymentfromscratch.com/blog/local-doc…
So excited about what the @cedarcode team has put together to help #Rails companies adopt #passkeys! Right in time for the @AuthenticateCon 🚀 If you have a RoR app and are thinking about adding passkeys as 1st or 2nd factor, checkout rubygems.org/gems/webauthn-… and give us feedback
If you have a #ruby on #rails app and want to setup #passkeys in minutes and without diving deep into the internals and complexities, here's a blog post we did about how our new gem does it for you medium.com/cedarcode/pass…
If you have a #ruby on #rails app and want to setup #passkeys in minutes and without diving deep into the internals and complexities, here's a blog post we did about how our new gem does it for you medium.com/cedarcode/pass…
🚨 CVE-2025-61780: Crafted x-sendfile headers in Rack can expose internal endpoints behind your proxy, no login needed. Update to 2.2.20 / 3.1.18 / 3.2.3 or disable sendfile headers ASAP. Full advisory ➡️ volerion.com/vulnerabilitie… #Rails #Rack #infosec
If you have a #ruby on #rails app and want to setup #passkeys in minutes and without diving deep into the internals and complexities, here's a blog post we did about how our new gem does it for you medium.com/cedarcode/pass…
☀️ Any UK-based Junior Ruby/Rails developers want to come and work with me? ☀️ #Ruby #Rails #junior #developer #fullstack #jobs #hiring uk.indeed.com/viewjob?jk=1e1…
Here’s a 220-character tweet you can use: 🚀 Excited to get early access to Rails Testnet! Be among the first to explore its features and innovations. Sign up now and join the future of decentralized apps: rayls.com/testnet?ref_id… #Web3 #Blockchain #Rails

And now he's part of the "founders" of the RG's "alternative" gem hosting service called gem.coop! This is super crazy!!! Nobody with 2 brain cells will use that shit. RC was making the right decisions ALL the time!!! #ruby/#rails #rubyonrails #rubycentral #gems
Former Ruby Central contractor tried to barter for RubyGems access logs(?!). When denied and terminated, he illegally accessed RG production servers, changed the root password, and now wants people to trust his new gem hosting service. Crazy. rubycentral.org/news/rubygems-…
SolidQueue, the default ActiveJob's adapter in Rails, is very cool. But there is a catch - it needs 1Gb RAM to make all things out of the box working fine. That means it's not good for Heroku default Dynos. Surprise - github.com/rails/solid_qu… #rails #solidqueue #activejob #heroku
I’m curious what effect (if any?) this will have on the rails ecosystem, #basecamp and other @37signals products as well as big #rails shops like @Shopify .

Ever had a situation where your local data is beloved but you have to do something destructive? Do you sadly end up doing it anyway? No, You don't have to. #Rails console has a `sandbox` mode. In this mode, any changes you make in DB will be rolled back when you exit the console

What do you think of setting default values for #Rails `has_many` associations by extending it with a custom method? I found it only today and love it for the encapsulation of association logic directly to the association class. #Ruby #TIL


It would be so much better DX wise if the `bin/rails s` fail during the startup instead of waiting to fail during the page load. #Rails

A couple of months ago I wrote that we are migrating a relatively big #React + #Rails API application to the Rails monolith with Hotwire and Stimulus. We already made good progress, and these are PRs I, personally, love the most of all.

Celebrating Rails Scails! by Cristian Planas, now in print! 🔗 Read more: medium.com/pragmatic-prog… 📘 ebook: pragprog.com/titles/cprpo 📗 print book: bookshop.org/p/books/rails-… #ruby #rails #programming #pragprog #books

🧠TIL: Ruby IRB has a `ls` command that allows you to quickly inspect object's methods and variables. #ruby #rails #debuging #til


Today we upgraded one of our #Rails projects (the one where we transition from React to Rails SSR) from #Ruby 3.2.3 to 3.3.5 and reduced peak memory consumption by almost 30%. Great #performance result with a simple interpreter upgrade.

The beginning of the week is a perfect time to post another #Ruby and #Rails card. This is the question I usually ask in interviews for Junior Ruby developer position. What is the result of the `Klass.square(0)` method call?

Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 59K posts
- 2. Panthers 58.4K posts
- 3. Ravens 58.7K posts
- 4. Dolphins 41.6K posts
- 5. Browns 55.5K posts
- 6. #KeepPounding 5,423 posts
- 7. Colts 51K posts
- 8. Eberflus 7,127 posts
- 9. Drake Maye 17.2K posts
- 10. Steelers 57.2K posts
- 11. Rico Dowdle 6,291 posts
- 12. Chargers 47.9K posts
- 13. James Franklin 46.2K posts
- 14. Pickens 15.8K posts
- 15. Penn State 63K posts
- 16. Herbert 13.1K posts
- 17. Dillon Gabriel 3,426 posts
- 18. Saints 58K posts
- 19. Diggs 8,742 posts
- 20. #HereWeGo 5,308 posts