Prathamesh and Greg here, bringing you all the latest from This Week in Rails..... Which is actually "Past 2 weeks in Rails" because we missed to send last week's issue due to illness. But we are back now, so let's see what happened in the Rails world since the last issue.
The Rails javascript helpers has been rewritten in a new gem called rails-ujs and they use vanilla javascript, so jQuery is not a dependency of Rails anymore.
Active Record distributed the connection to previously blocked threads on when it cleared the reloadable connections, but with this change the same happens on disconnect too.
With this change, Active Record uses the recommended UUID function depending on the underlying PostgreSQL server's version, while maintaining uuid_generate_v4() in older migrations.
yarn, the javascript package manager is supported in Rails now! You can pass the --yarn option when you generate a new rails app and Rails will create the necessary config files and run yarn install after bundle install automatically.