fromRubyflow3 months agoBusiness intelligencerails_local_analyticsRails Local Analytics provides a simple, effective analytics solution for Rails applications, addressing most common needs without complexity.
fromRubyflow22 hours agoRuby on RailsMarkdown image uploads with EasyMDE and Active StorageMarkdown is efficient for content creation but struggles with image handling in standard editors.
fromRubyflow7 months agoRuby on RailsGenerate a Rails 8 app with NextgenNextgen now supports Rails 8, allowing fine-tuning of Rails app setups by selecting necessary gems and frameworks.
fromRubyflow1 week agoRuby on RailsJavaScript for Rails Developers is out nowThe book 'JavaScript for Rails Developers' aims to help Rails developers overcome their challenges with JavaScript.
fromRubyflow3 months agoBusiness intelligencerails_local_analyticsRails Local Analytics provides a simple, effective analytics solution for Rails applications, addressing most common needs without complexity.
fromRubyflow22 hours agoRuby on RailsMarkdown image uploads with EasyMDE and Active StorageMarkdown is efficient for content creation but struggles with image handling in standard editors.
fromRubyflow7 months agoRuby on RailsGenerate a Rails 8 app with NextgenNextgen now supports Rails 8, allowing fine-tuning of Rails app setups by selecting necessary gems and frameworks.
fromRubyflow1 week agoRuby on RailsJavaScript for Rails Developers is out nowThe book 'JavaScript for Rails Developers' aims to help Rails developers overcome their challenges with JavaScript.
fromRubyflow1 week 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.
fromRubyflow3 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.
fromRubyflow1 month agoRuby on Rails Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
fromRubyflow3 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.
fromRubyflow1 month agoRuby on Rails Are Your Rails Routes Bulletproof?Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
fromRubyflow2 months agoRuby on RailsRails Database Migrations Best PracticesEffective database migration management is crucial to prevent inconsistencies in Rails applications.
fromRubyflow3 weeks 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.
fromRubyflow8 months agoRuby on RailsFilterameter Goes 1.0!Filterameter enhances Rails controller development by increasing readability and reducing boilerplate code.
fromRubyflow2 months agoRuby on RailsRails Database Migrations Best PracticesEffective database migration management is crucial to prevent inconsistencies in Rails applications.
fromRubyflow3 weeks 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.
fromRubyflow8 months agoRuby on RailsFilterameter Goes 1.0!Filterameter enhances Rails controller development by increasing readability and reducing boilerplate code.
fromRubyflow1 month agoRuby on RailsNew UI Features for Schema Tracking and Migration Management in ActualDbSchemaThe new version of ActualDbSchema simplifies Rails migration management.
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.
Ruby on RailsfromRubyflow1 month agoNew UI Features for Schema Tracking and Migration Management in ActualDbSchemaThe new version of ActualDbSchema simplifies Rails migration management.
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.
fromHackernoon1 year agoJavaScriptRails Thruster 101: A Quick Guide | HackerNoonThruster enhances Rails applications by serving static files efficiently while integrating seamlessly with the Kamal ecosystem.
fromRubyflow8 months agoRunningHotwire, but for command-line appsTerminalwire streamlines CLI app development in Rails by using WebSockets instead of traditional APIs.
fromRubyflow10 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.