fromRubyflow23 hours agoRuby on RailsGenerate Beautiful PDFs with Rails 8 + Paged.jsBidi2pdf offers an integrated approach for generating PDFs in Rails apps using modern technologies.
fromRubyflow2 weeks agoRuby on Rails[ANN] bidi2pdf 0.1.7 & bidi2pdf-rails 0.0.1.alpha.1 releasedbidi2pdf now supports ActiveSupport::Notifications, enhancing logging integration with Rails.Early-stage bidi2pdf-rails adds a custom PDF renderer for dynamic PDF generation.
fromRubyflow23 hours agoRuby on RailsGenerate Beautiful PDFs with Rails 8 + Paged.jsBidi2pdf offers an integrated approach for generating PDFs in Rails apps using modern technologies.
fromRubyflow2 weeks agoRuby on Rails[ANN] bidi2pdf 0.1.7 & bidi2pdf-rails 0.0.1.alpha.1 releasedbidi2pdf now supports ActiveSupport::Notifications, enhancing logging integration with Rails.Early-stage bidi2pdf-rails adds a custom PDF renderer for dynamic PDF generation.
Ruby on RailsfromRubyflow5 days agoRails Apps and Slowdowns: How Scout Shows what Databases Don'tScaling Rails apps can lead to performance issues due to slow SQL queries, requiring careful monitoring and analysis.
fromRubyflow6 days agoRuby on RailsMarkdown image uploads with EasyMDE and Active StorageMarkdown is efficient for content creation but struggles with image handling in standard editors.
fromRubyflow2 weeks agoRuby on RailsJavaScript for Rails Developers is out nowThe book 'JavaScript for Rails Developers' aims to help Rails developers overcome their challenges with JavaScript.
fromRubyflow6 days agoRuby on RailsMarkdown image uploads with EasyMDE and Active StorageMarkdown is efficient for content creation but struggles with image handling in standard editors.
fromRubyflow2 weeks agoRuby on RailsJavaScript for Rails Developers is out nowThe book 'JavaScript for Rails Developers' aims to help Rails developers overcome their challenges with JavaScript.
Ruby on RailsfromRubyflow2 months agoNew UI Features for Schema Tracking and Migration Management in ActualDbSchemaThe new version of ActualDbSchema simplifies Rails migration management.
fromRubyflow4 weeks agoRuby on RailsRSpec 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.
Ruby on RailsfromRubyflow2 months agoNew UI Features for Schema Tracking and Migration Management in ActualDbSchemaThe new version of ActualDbSchema simplifies Rails migration management.
fromRubyflow4 weeks agoRuby on RailsRSpec 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.
fromRubyflow3 months agoRuby on RailsRails Database Migrations Best PracticesEffective database migration management is crucial to prevent inconsistencies in Rails applications.
fromRubyflow1 month agoRuby on RailsDemystifying 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.
fromRubyflow3 months agoRuby on RailsRails Database Migrations Best PracticesEffective database migration management is crucial to prevent inconsistencies in Rails applications.
fromRubyflow1 month agoRuby on RailsDemystifying 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.
fromRubyflow3 months agoRuby on RailsPushed 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.
fromRubyflow5 months agoAngularRails View Patterns: Helpers vs Partials vs Presenters vs DecoratorsUtilizing helpers, partials, presenters, and decorators in Rails views aids in code organization and maintainability.
fromRubyflow5 months agoJavaRuby on Rails 8 Concurrency Guide: Modern Parallel ProcessingRuby 3's concurrency and parallelism features enable significantly improved performance and scalability in Rails 8 applications.
fromSpreaker6 months agoJavaScriptExploring Rails Productivity and Language Trade-offs - JSJ 653 - JavaScript JabberThe episode explores the impact of programming languages and practices on developer productivity and challenges.
fromRubyflow11 months agoRuby on RailsReplacing 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.