33 people contributed to Rails this week, including 3 first-time contributors! If you are interested in becoming a contributor, have look on the issues list.
This commit allows you to set the priority for your jobs with Active Job, if your backend supports this. For more details head over to the pull request.
This commit fixes an issue with strong_parameters if you have a single collection_radio_button on your form and the form is submitted with no selection.