I just upgraded a #Rails app from 7.0 to 8.0 only to realise after agonising for two days that in version 7.1, "eager loading" ActiveStorage records was "fixed" so now it takes 1200 ms to load a page in production instead of 120 ms.
I just upgraded a #Rails app from 7.0 to 8.0 only to realise after agonising for two days that in version 7.1, "eager loading" ActiveStorage records was "fixed" so now it takes 1200 ms to load a page in production instead of 120 ms.
【Ruby初心者必見】Ruby on Railsって何?できることや学習方法を紹介
Brakeman 7.1.0 is released! Support for Haml 6.x, render shortcuts, and more: https://brakemanscanner.org/blog/2025/07/18/brakeman-7-dot-1-dot-0-released
Xây dựng LLM Agents bằng Ruby với FlowNodes - một lựa chọn thay thế LangChain!
#webdev #ruby #rails #llm #phattientrangweb #ngonnguRuby #llm
Stuck debugging "black box" auth gems? Rails 8 & Auth Zero give you real control. But with custom logic, is your code truly secure & robust? A reinteractive App Review service ensures peace of mind. Dive into our guide on modern Rails auth! Read more: https://reinteractive.com/articles/rails-8-authentication-guide-built-in-generator-authentication-zero
Every year or two (especially with a major version bump), I re-read #Rails intro docs, guides, and onboarding materials
I re-watch intro videos and screencasts
To see what's new, yes
But also to see what ossified ways I have that have been obviated or improved
Too see with fresh eyes
Solved - I think
This was helpful: https://github.com/rails/tailwindcss-rails/discussions/450
I ended up removing the plugins from config/tailwindconfig.js, doing the Tailwind upgrade with rails tailwindcss:upgrade and then adding the plugins back to app/assets/tailwind/application.css after the upgrade succeeded.
More testing to do, but so far, so good.
I’m upgrading a #Rails app from 7.1 to 8.02. The App uses tailwindcss-rails even though I don’t use any #TailwindCss in the app. I had problems taking Tailwind to 4.x so I pinned it to ~> 3.3.1 per the README. I’d love to get over the hump and get it all the way to 4.x. but there was an @forms plugin that seemed to be missing.
Anyone know of specific steps to upgrade a Rails App? (The instructions seem more geared to a generic App and I can’t seem to make the translation). Boosts appreciated.
Bugs caught early cost $100. In production: $3K-$10K+! This multiplier drains teams, causes burnout & wastes time. Avoid this drain! reinteractive's CodeCare service prevents costly defects. Learn how robust testing saves your team & budget in our article: https://reinteractive.com/articles/rails-monolith-test-coverage-predictable-delivery
I just figured out this #rubyOnRails podcast https://onrails.buzzsprout.com/ from the official web page. #rails #ruby #webDevelopment #softwareDevelopment
Are you using #rails? maybe some of the gems you've been using forever are not needed anymore. Check this out, summer is a good time for code (and dependencies) cleanup: https://blog.arkency.com/5-gems-you-no-longer-need-with-rails/
reinteractive seeks Rails CTOs, Founders & Leaders for a 15-minute survey on the industry's future. Share anonymous insights for public reports & conference talks. Book your slot to shape Rails' future! https://calendar.app.google/15kqwmgNfQ9oQDSu9
Rails Engines > microservices? This Active Storage Dashboard shows how to build modular Rails apps without the complexity. Simple. Powerful.
#Rails #ActiveStorage #RubyOnRails https://www.panasiti.me/blog/modular-rails-applications-rails-engines-active-storage-dashboard/
Reminder that I’m available to hire for casual #Ruby #Rails #DeveloperExperience things like improving tests, dependency upgrades, and, my favourite, writing code style rules!
https://www.issylong.com/work-with-me/
It sounds fairly niche, but hey, I know what I like and what I’m best at!
建立模組化 Rails 應用程式:透過 Active Storage Dashboard 深入剖析 Rails Engine
➤ 使用 Rails Engine 打造高效能、易於使用的檔案管理工具
✤ https://www.panasiti.me/blog/modular-rails-applications-rails-engines-active-storage-dashboard/
作者分享了十年來使用 Rails 開發應用程式的經驗,並探討了使用者對於檔案儲存空間使用情況、未連結檔案以及檔案類型等常見問題。為瞭解決這些問題,作者開發了 Active Storage Dashboard,一個可掛載的 Rails Engine,提供現代化的使用者介面來監控和管理 Active Storage 資料。文章深入探討了 Rails Engine 的概念、架構以及 Active Storage Dashboard 的實作細節,包括路由、URL 生成、配置彈性以及驗證策略,並鼓勵開發者更頻繁地使用 Engine
#Rails #Active Storage #Engine #開發
Building Modular Rails Applications: A Deep Dive into Rails Engines
https://www.panasiti.me/blog/modular-rails-applications-rails-engines-active-storage-dashboard/
Rails current attributes https://hsps.in/post/rails-current-attributes/