Welcome in this week news edition from Rails world. This is Wojtek bringing you summary of latest activities.
If you can't wait, help us testing Webpacker integration so it can be merged and mystery revealed.
Adds purpose metadata to cookies so that the value of one cookie cannot be copied and used as the value of another cookie.
The method removes and returns the elements for which the block returns a true value.

numbers = [1, 2, 3, 4]
odd_numbers = numbers.extract!(&:odd?) # => [1, 3]
numbers # => [2, 4]
Rake task is now deprecated in favor of "rails dev:cache"
Wrapping Up
24 people contributed to Rails this week. You can see all the changes here.
Until next time!
This Week in Rails · 30 N Racine #200 · Chicago IL 60607 · USA
Unsubscribe | View in browser