Rails now allows associations to be marked as deprecated using deprecated: true
Rails introduces a new `deprecated` option for associations, allowing developers to mark them as deprecated to optionally log warnings, raise errors, or send notifications when accessedIntroducing Line Range Filtering in Rails 7.1 Testing
Rails 7.1 introduces line range filtering for running specific tests within a test file based on line numbers.How to configure a Next.js app with TypeScript and Tailwind CSS?
A step-by-step guide on how to build a Next.js application with Typescript and Tailwind CSSRails 7 added --css app generator
Rails 7 added --css app generator for configuring CSS processors.Rails 7 replaced byebug with ruby/debug
Rails 7 removed byebug from their default debugger and replaced it with ruby/debug.Ruby 3.1 allows value omission in hash literals
Ruby 3.1 adds the ability to use hash literals without having a value.