Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > soham_chavan07 > built-a-blog-app-with-rails-postgresql-looking-for-code-review-30a4

Built a Blog App with Rails & PostgreSQL – Looking for Code Review!

22+ hour, 45+ min ago   (25+ words) Hey DEV community! 👋 I've been working on a Blog Application built with Ruby on Rails to practice... Tagged with ruby, rails, fullstack, developer....

gbhackers.com
gbhackers.com > ruby-4-0-marshal-load-rce-gadget-chain > amp

Ruby 4.0 Marshal.load RCE Gadget Chain Exposes Critical Deserialization Risk

1+ day, 5+ hour ago   (583+ words) A newly disclosed universal deserialization gadget chain shows how a single unsafe Marshal.load operation can reportedly produce remote command execution in Ruby 4.0.6, underscoring the persistent danger of exposing Ruby’s native serialization mechanism to attacker-controlled data. According to research published…...

DEV Community
dev.to > ruralocity > work-in-progress-updates-on-my-new-book-testing-rails-from-scratch-5f83

Work-in-progress updates on my new book, Testing Rails from Scratch

2+ day, 13+ hour ago   (23+ words) Hello! It has been a couple of months since I announced my latest project, Testing Rails from... Tagged with rails, tdd, minitest, ruby....

Medium
medium.com > @raviskit2012 > building-a-production-ready-audit-logging-system-in-ruby-on-rails-886199a249e3

🚀 Building a Production-Ready Audit Logging System in Ruby on Rails

2+ day, 15+ hour ago   (28+ words) Because “Who Changed This?” Should Never Be a Mystery 🔍 Every Rails developer has experienced this moment. A customer …...

DEV Community
dev.to > onurcinar > self-evolving-apps-not-vibe-live-coding-in-ruby-with-llms-and-metaprogramming-56h1

Self-Evolving Apps: Not Vibe, Live-Coding in Ruby with LLMs and Metaprogramming

4+ day, 8+ hour ago   (413+ words) Using AI to generate code for a new application is a familiar workflow today. But what if an application starts as a completely blank slate, learning on the job and writing its own implementation live as you call nonexistent methods?...

NeverBlink
neverblink.ai > kb > mysql-error-1072-key-column-doesnt-exist

How to Fix MySQL Error 1072: Key Column Doesn't Exist in Table

5+ day, 8+ hour ago   (602+ words) Pulse is now NeverBlink AI ERROR 1072 (42000): Key column 'column_name' doesn't exist in table is raised when a CREATE INDEX, CREATE TABLE, or ALTER TABLE statement references a column name in an index definition that does not exist in the table. The…...

Medium
medium.com > @adarshmishra98277 > part-2-how-rails-actually-knows-which-controller-to-execute-d7643406ee7d

🚀 Part 2: How Rails Actually Knows Which Controller to Execute

5+ day, 46+ min ago   (304+ words) At this point, our request has finally reached the router. GET /users/42 Rails already knows one thing. It needs to find which …...

DEV Community
dev.to > aditya_kalia > tired-of-js-for-simple-ui-54p

Tired of JS for simple UI in Ruby?

5+ day, 8+ hour ago   (97+ words) Meet web_ruby_ui — write reactive client-side SPAs using 100% pure Ruby via WebAssembly. Features state management & VDOM diffing. Give it a try & share feedback! 🚀 https://github.com/aditya-8108/web_ruby_ui Meet web_ruby_ui — write reactive client-side SPAs using 100% pure Ruby via WebAssembly. Features state management & VDOM diffing. Give it a…...

DEV Community
dev.to > truta446 > your-orm-is-hiding-the-line-that-caused-the-slow-query-egm

Your ORM is hiding the line that caused the slow query

5+ day, 19+ hour ago   (593+ words) I was building a runtime N+1 query detector for Node. The detection part worked on the first afternoon. Getting it to tell you which line of your code caused the problem took considerably longer, and taught me something about how…...

DEV Community
dev.to > azhadsuhaimi > why-is-my-sql-query-slow-only-in-production-the-parameter-sniffing-trap-1ki9

Why Is My SQL Query Slow Only in Production? (The Parameter Sniffing Trap)

6+ day, 12+ hour ago   (260+ words) You run it again. Blazing fast. Yet, inside the application, it continues to time out. If you’ve been building database-backed apps long enough, you’ve almost certainly run into Parameter Sniffing. When a parameterized query or Stored Procedure runs for the…...