#rubyonrails 搜索结果
Full house tonight at @cedarcode talking about the current authentication landscape in #rubyonrails and #passkeys . Our own JoaquinTomas presenting! Thanks to @rubymontevideo for another great year of meetups!🤘
Level up your #RubyOnRails Active Storage game! 🎉 Thrilled to unveil active_storage_dashboard – a GORGEOUS, modern dashboard to effortlessly monitor blobs, attachments, stats & more! ✨ ✅ Sleek UI 📊 Insightful stats 🔍 Easy inspection 🚫 NO external JS/CSS deps! Install…
Already upgraded to Rails 8.1? If you're getting some pesky deprecation warnings, here's a one-liner to find the gems responsible 🕵️ #rubyonrails #ruby
🚀 HotwiredCases.dev is still live — check out real-world Hotwire examples to level up your Rails apps. 🧩 Inline editing, modals, lazy loading, infinite scroll, nested forms, and more. 🔗 Dive in: hotwiredcases.dev #rubyonrails #hotwire
Devise has this nice 'authorized` helper for conditionally defining routes based on whether the user is logged in or not. Among other things, this allows you to define multiple root routes. If you're not using Devise, here's how to create that helper yourself. #rubyonrails
I've been obsessed with Browser compatibility lately. Maybe one of my apps broke on an older version of Safari. Whoops. Anyways. I got into Browserlists and Baseline, and wanted a way to integrate this tooling with Rails. Presenting Browserslist Ruby 👇 #rubyonrails
I've been writing a bunch of ViewComponents recently. This little helper comes in handy! 🔧 It's crazy how much more pleasant small QoL helpers make development. #rubyonrails
TIL about Stimulus shouldLoad 🤩 Exceedingly handy if you have some controllers that should only load under certain conditions. For example, only on mobile devices (e.g. to provide additional interactions). #ruby #rubyonrails
Tailwind doesn't always work well with Rails form helpers. For example, button_to creates a form, which you mostly don't care about. The `contents` class turns the form into a phantom container, so it's children are treated like direct children of the parent. #rubyonrails
TIL Minitest has a pride mode, so you can show your *fabulous* testing pride 🌈 Apparently, this has been a thing for forever; I just came across this now, digging through command line options. #rubyonrails #ruby
Redis client side partitioning in Ruby (from 13/06/2019) #ruby #rubyonrails #programming #Redis #client #partitioning #redis rubyonrails.ba/link/redis-cli…
🚀 Rails 7/8 + Vite + React 19 + Vue 3 + Tailwind I built a template that lets you start a modern Rails app in seconds. ✔ React 19 ✔ Vue 3 ✔ Tailwind/Bootstrap/Bulma ✔ Hotwire optional ✔ Bun support 👉 Repo: github.com/IsraelDCastro/… #rails #rubyonrails #tailwindcss #vite
Rails Deployment Memory Showdown: Docker vs Traditional (from 07/11/2025) #ruby #rubyonrails #programming #Rails #Deployment #Memory #Showdown: #Docker #Traditional #deployment #docker rubyonrails.ba/link/rails-dep…
Slim down hefty Rails controllers AND models, using domain model events (video and guide) (from 20/04/2017) #ruby #rubyonrails #programming #hefty #Rails #controllers #models, #using #domain #model #events #(video #guide) rubyonrails.ba/link/slim-down…
YARV’s Internal Stack and Your Ruby Stack - Pat Shaughnessy (from 14/11/2025) #ruby #rubyonrails #programming #YARV’s #Internal #Stack #Shaughnessy rubyonrails.ba/link/yarv-s-in…
rubyonrails.ba
YARV’s Internal Stack and Your Ruby Stack - Pat Shaughnessy
The content of Chapter 3, about the YARV virtual machine, hasn't changed much since 2014. However, I did update all of the diagrams to account f...
Sidekiq 8.0: Improvements to the Web UI | Mike Perham (from 04/04/2025) #ruby #rubyonrails #programming #Sidekiq #Improvements #Perham #sidekiq #web rubyonrails.ba/link/sidekiq-8…
rubyonrails.ba
Sidekiq 8.0: Improvements to the Web UI | Mike Perham
Since its release last month, Sidekiq 8.0 has been very smooth with few reported issues. I’ve been quite happy with the rollout and wanted to pr...
Reddit (@reddit) is hiring Software Engineer III, Data Platform. 🌎 Remote - US 💰 $164,200 - $229,900 USD yearly #ruby #rubyonrails #remotejobs rubyonremote.com/jobs/70309-sof…
ruby/prism: Prism Ruby parser (from 18/10/2025) #ruby #rubyonrails #programming #ruby/prism: #Prism #parser rubyonrails.ba/link/ruby-pris…
Smashing, the spiritual successor to Dashing (from 15/12/2022) #ruby #rubyonrails #programming #Smashing, #spiritual #successor #Dashing rubyonrails.ba/link/smashing-…
Rails 使得 Web 开发变得简单! 使用Convention over Configuration,快速构建可维护的应用。 #RubyOnRails #WebDev
Better Stack (@BetterStackHQ) is hiring /^Full-?stack Engineer$/i. 🌎 Remote - US, Canada, UK, EU, Europe, +1 more #ruby #rubyonrails #remotejobs rubyonremote.com/jobs/62908-ful…
Fellow Ruby on Rails developers, have you picked up 'The Ruby on Rails Interview Bible' yet? It's been a best-seller for a reason! #rubyonrails #ruby @leanpub leanpub.com/therubyonrails…
Currently looking for paid freelance projects involving #rubyonrails or #javascript, in case I can help you with the development or launch of your product. I guarantee highly productive work using the latest AI tools!
Rails Performance Gem | Ruby on Rails 7 Gem - YouTube (from 02/05/2023) #ruby #rubyonrails #programming #Rails #Performance #YouTube #gem #performance #youtube rubyonrails.ba/link/rails-per…
Level up your #RubyOnRails Active Storage game! 🎉 Thrilled to unveil active_storage_dashboard – a GORGEOUS, modern dashboard to effortlessly monitor blobs, attachments, stats & more! ✨ ✅ Sleek UI 📊 Insightful stats 🔍 Easy inspection 🚫 NO external JS/CSS deps! Install…
🚀 HotwiredCases.dev is still live — check out real-world Hotwire examples to level up your Rails apps. 🧩 Inline editing, modals, lazy loading, infinite scroll, nested forms, and more. 🔗 Dive in: hotwiredcases.dev #rubyonrails #hotwire
Already upgraded to Rails 8.1? If you're getting some pesky deprecation warnings, here's a one-liner to find the gems responsible 🕵️ #rubyonrails #ruby
Ruby Schema Store is pretty nice 🤩 If you're using Neovim and want to get nice validations for your Rails YAML files, here's how you can set things up. This is LazyVim and lsp-config, but you should be able to get things done with a different setup too. #rubyonrails #nvim
Full house tonight at @cedarcode talking about the current authentication landscape in #rubyonrails and #passkeys . Our own JoaquinTomas presenting! Thanks to @rubymontevideo for another great year of meetups!🤘
TIL Minitest has a pride mode, so you can show your *fabulous* testing pride 🌈 Apparently, this has been a thing for forever; I just came across this now, digging through command line options. #rubyonrails #ruby
What are the best resources and blogs to learn practical examples of Turbo Streams and Frames in Ruby on Rails? #rubyonrails #hotwire
Custom Turbo Stream actions are great 👌 So when is the right time to move to state management on the client? Probably never. #rubyonrails
TIL about Stimulus shouldLoad 🤩 Exceedingly handy if you have some controllers that should only load under certain conditions. For example, only on mobile devices (e.g. to provide additional interactions). #ruby #rubyonrails
If you want to override the default "Content missing" message when a turbo request fails, you can do the following. #rubyonrails
I've been writing a bunch of ViewComponents recently. This little helper comes in handy! 🔧 It's crazy how much more pleasant small QoL helpers make development. #rubyonrails
Rails 8.1 will have dark mode for error pages. No more getting blinded when your app throws an error 😅 #rubyonrails #ruby
I use SVGs a lot - and so should you! They're great. Here's how you easily inline them. No need for any additional gems. Twelve lines of helper method are all you need 👌 #ruby #rubyonrails
Something went wrong.
Something went wrong.
United States Trends
- 1. #UFC322 39K posts
- 2. Ewing 5,861 posts
- 3. Bama 19.4K posts
- 4. Wellmaker 4,164 posts
- 5. Oklahoma 29.6K posts
- 6. Noah Thomas N/A
- 7. #AEWCollision 5,378 posts
- 8. Arch 18.2K posts
- 9. Wingo 1,356 posts
- 10. James Peoples N/A
- 11. Ty Simpson 3,869 posts
- 12. Jeremiah Smith 2,134 posts
- 13. Bronny 5,301 posts
- 14. Tracy Cortez 1,239 posts
- 15. Boomer Sooner 2,222 posts
- 16. Georgia 79.4K posts
- 17. #GoDawgs 5,261 posts
- 18. UConn 4,802 posts
- 19. Shapen N/A
- 20. Sabatini 1,388 posts