Hey there! This is Daniel bringing you the latest news in Rails. I am writing from RubyConf in Nashville, so come find me and say hello if you are here too!
Do you have any jobs that include sensitive arguments like passwords? You probably don't want to see those arguments showing up in your logs. Now you can disable argument logging for any job by setting the log_arguments configuration option.
To ensure deterministic results, records are now ordered by both implicit_order_column and the primary key, when available. This commit is from a first-time contributor. Nice work!
The Rails codebase is fairly complex. It is always nice to see a commit that simplifies it, reduces duplication, and improves behavior while removing lines.