Hi. This is Wojtek. Rails 6 is with us for some time and we all can see it is a stable and solid release. Thank you one more time to all that tested the pre-releases and helped in ensuring that the final version is in a best possible shape.

Now let's see some recent additions to Rails.
Improves performance for deleting many entries at once when supported by underlying store like Redis.
Classes and modules can now be passed to job as argument without a need for custom serializer.
Properly escapes email addresses with names without worrying if it includes special characters in it.
Endless range was introduced in Ruby 2.6 and beginless range in upcoming Ruby 2.7.
Guard against non numeric attributes to avoid faulty comparisons.
58 people contributed to Rails since the last time. You can check the full list of changes here
Until next time.