• Repository implementation on ActiveRecord

    Updated: 2023-12-28 15:00:00
    Articles Topics All Articles Domain-Driven Design Testing Ruby on Rails React JS Async Remote Paweł Pacana December 28, 2023 improve this article rails Repository implementation on ActiveRecord and check why 5600+ Rails engineers read also this Repository implementation on ActiveRecord In its essence , a Repository separates domain objects from how they're persisted and provides a limited interface to access them . It's a tactical pattern described with far more words by Fowler and Evans than I'd like to include in this introduction . It stands in complete opposition to what ActiveRecord pattern promotes . Why bother transforming one into another The problem with ActiveRecord pattern comes from its greatest strength . It's a double-edged sword . Immensely useful in rapid prototyping for a

  • Ruby 3.3.0 Released

    Updated: 2023-12-25 00:00:00
    Ruby A Programmer's Best Friend Home Downloads Documentation Libraries Community News Security About Ruby Menu Ruby 3.3.0 Released Posted by naruse on 25 Dec 2023 We are pleased to announce the release of Ruby 3.3.0. Ruby 3.3 adds a new parser named Prism , uses Lrama as a parser generator , adds a new pure-Ruby JIT compiler named RJIT , and many performance improvements especially . YJIT Prism Introduced the Prism parser as a default gem Prism is a portable , error tolerant , and maintainable recursive descent parser for the Ruby language Prism is production ready and actively maintained , you can use it in place of Ripper There is extensive documentation on how to use Prism Prism is both a C library that will be used internally by CRuby and a Ruby gem that can be used by any tooling

  • Ruby 3.3.0-rc1 Released

    Updated: 2023-12-11 00:00:00
    Ruby A Programmer's Best Friend Home Downloads Documentation Libraries Community News Security About Ruby Menu Ruby 3.3.0-rc1 Released Posted by naruse on 11 Dec 2023 We are pleased to announce the release of Ruby 3.3.0-rc1. Ruby 3.3 adds a new parser named Prism , uses Lrama as a parser generator , adds a new pure-Ruby JIT compiler named RJIT , and many performance improvements especially . YJIT After the release of RC1, we will avoid introducing ABI incompatibilities wherever possible . If we need to do , we†ll announce it in the release . note Prism Introduced the Prism parser as a default gem Prism is a portable , error tolerant , and maintainable recursive descent parser for the Ruby language Prism is production ready and actively maintained , you can use it in place of Ripper There

Current Feed Items | Previous Months Items

Nov 2023 | Oct 2023 | Sep 2023 | Aug 2023 | Jul 2023 | Jun 2023