This is detectiveΒ π΅Β Prathamesh reporting from the secret chambers of Rails.
We were busy investigating manyΒ πππππΒ this week and I am happy to announce that we have successfully solved many mysterious cases πͺ
The Phusion team found out that Ruby, Rails and Rack applications are not affected by the recent security issue related to HTTProxy. GreatΒ π΅Β investigation!
Before this change, virtual attributes not backed by the database would throw an error unless explicitly initialized. This change fixes it and also cleans up the implementation for virtual attributes.Β
Before this change, parameters sent via post requests would leak across requests in the Action Controller tests. This change prevents that by cleaning rack.input at the end of the request scrubbing.
This change allows collections which do not implement to_ary also to be used for rendering partials. It allows instances of Enumerator or Enumerable to be used for rendering partials.
Wrapping Up
That's it from This Week in Rails! There were many other great contributions and investigations too numerous to list here, but feel free to check them out!