30 people contributed to Rails this week, including 5 first-time contributors! If you are interested in becoming a contributor, you can have a look at the issues list.
Going forward, params parsing will be handled by the Request object itself. This removes need for the ParamsParser middleware. In fact, it's mostly been removed.
After some careful investigation, it turns out that some of the code in AS::Callbacks is not needed anymore. It always feels good to lose some dead weight!
Action View now uses the correct MIME type automatically just as it does when used by Action Dispatch. This fixes issues with sending multipart emails.