Propshaft vs Sprockets: The asset-management revolution in Rails 8
Discover how Propshaft dramatically simplifies asset management in Rails 8, replacing Sprockets' complexity.
Discover how Propshaft dramatically simplifies asset management in Rails 8, replacing Sprockets' complexity.
Discover how the JavaScript console becomes your best ally for debugging, prototyping, and boosting your web development productivity.
Learn what an API is and how to integrate MAPBOX into your Rails projects to save valuable time.
Discover how Rails Runner optimizes your scripts and server processes for faster, more efficient Ruby on Rails projects.
In this fourth article we build a complete project combining Solid Cache, Solid Cable, and Solid Queue. We also discuss production optimization and best practices.
In Rails 8's Solid series, explore Solid Queue—the native background jobs solution with no Redis or Sidekiq.
In this second article, we focus on Solid Cable, Rails' native WebSocket solution—no Redis or external servers.
Discover how Solid Cache, Solid Cable and Solid Queue revolutionize Rails development by eliminating the Redis dependency. These tools, designed to integrate natively with Rails, simplify cache, websockets, and asynchronous jobs management while reducing infrastructure complexity. In this article, we focus on Solid Cache: - How to install and configure it quickly - Its advantages over traditional solutions - And, most importantly, practical examples for caching view fragments, expensive queries, or API calls.
Everything you need to know about Redis. From zero to hero—why to use it and how to use it in a Rails project
In this article I present a Rails 8.1 feature that will help us escape the logging chaos in current Rails: Event Reporter.