RSpec book update: Testing in isolation with mocks (and friends)The chapter on testing with mocks and stubs in Everyday Rails Testing has been completely revised to reflect updated beliefs on using them.
Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
RSpec book update: Testing in isolation with mocks (and friends)The chapter on testing with mocks and stubs in Everyday Rails Testing has been completely revised to reflect updated beliefs on using them.
Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
Rails Database Migrations Best PracticesEffective database migration management is crucial to prevent inconsistencies in Rails applications.
Demystifying Rails Generators: What I Wish I KnewRails generators can be confusing, but this guide offers a clear and practical approach to understanding and customizing them.
Filterameter Goes 1.0!Filterameter enhances Rails controller development by increasing readability and reducing boilerplate code.
Rails Database Migrations Best PracticesEffective database migration management is crucial to prevent inconsistencies in Rails applications.
Demystifying Rails Generators: What I Wish I KnewRails generators can be confusing, but this guide offers a clear and practical approach to understanding and customizing them.
Filterameter Goes 1.0!Filterameter enhances Rails controller development by increasing readability and reducing boilerplate code.
rails_local_analyticsRails Local Analytics provides a simple, effective analytics solution for Rails applications, addressing most common needs without complexity.
"Revolutionize Your Rails App with AI! See How I Enhanced Trix with DeepSeek!"Integrating AI into the Trix Editor enhances user experience by minimizing typos.
Generate a Rails 8 app with NextgenNextgen now supports Rails 8, allowing fine-tuning of Rails app setups by selecting necessary gems and frameworks.
rails_local_analyticsRails Local Analytics provides a simple, effective analytics solution for Rails applications, addressing most common needs without complexity.
"Revolutionize Your Rails App with AI! See How I Enhanced Trix with DeepSeek!"Integrating AI into the Trix Editor enhances user experience by minimizing typos.
Generate a Rails 8 app with NextgenNextgen now supports Rails 8, allowing fine-tuning of Rails app setups by selecting necessary gems and frameworks.
New UI Features for Schema Tracking and Migration Management in ActualDbSchemaThe new version of ActualDbSchema simplifies Rails migration management.
Pushed First Commits of Frontend Ruby Code Using Glimmer DSL for Web to Job Rails AppGlimmer DSL for Web significantly enhances frontend development productivity compared to React, creating simpler and smaller components.
New UI Features for Schema Tracking and Migration Management in ActualDbSchemaThe new version of ActualDbSchema simplifies Rails migration management.
Pushed First Commits of Frontend Ruby Code Using Glimmer DSL for Web to Job Rails AppGlimmer DSL for Web significantly enhances frontend development productivity compared to React, creating simpler and smaller components.
Rails View Patterns: Helpers vs Partials vs Presenters vs DecoratorsUtilizing helpers, partials, presenters, and decorators in Rails views aids in code organization and maintainability.
Ruby on Rails 8 Concurrency Guide: Modern Parallel ProcessingRuby 3's concurrency and parallelism features enable significantly improved performance and scalability in Rails 8 applications.
Exploring Rails Productivity and Language Trade-offs - JSJ 653 - JavaScript JabberThe episode explores the impact of programming languages and practices on developer productivity and challenges.
Rails Thruster 101: A Quick Guide | HackerNoonThruster enhances Rails applications by serving static files efficiently while integrating seamlessly with the Kamal ecosystem.
Speed-up rails test suites with self-hosted Github Actions runnersSelf-hosted GitHub Actions runners can save costs and increase performance for Rails developers.Users have reported up to 80% savings while improving test suite speeds.
Hotwire, but for command-line appsTerminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.
On Flaky Tests, Time Precision, and Order DependenceFlaky tests may occur due to time precision and time-order dependence.
Join us virtually at NYC.rb on June 12, 5:30 PM EDT for Obie FernandezRuby and Rails are ideal for AI integration in software development.
Hotwire, but for command-line appsTerminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.
On Flaky Tests, Time Precision, and Order DependenceFlaky tests may occur due to time precision and time-order dependence.
Join us virtually at NYC.rb on June 12, 5:30 PM EDT for Obie FernandezRuby and Rails are ideal for AI integration in software development.
New SudoRails version has been released Sudo mode for your Rails controllers Customizable password confirmation feature added in Rails v0.9.0 for enhanced security and flexibility.
Replacing system tests with unit testsSystem testing in Rails has been declared a failure due to slow, brittle, and uninformative test suites relying too much on end-to-end testing.