diff --git a/Gemfile.lock b/Gemfile.lock index 3aaf39bb..cf0d1571 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,12 +216,16 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) + mini_portile2 (2.8.4) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.20.0) mutex_m (0.1.2) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.4-aarch64-linux) racc (~> 1.4) nokogiri (1.15.4-arm64-darwin) @@ -271,6 +275,7 @@ PLATFORMS aarch64-linux arm64-darwin-21 arm64-darwin-22 + ruby x86_64-darwin-20 x86_64-darwin-21 x86_64-linux diff --git a/_posts/2023-10-14-this-week-in-rails-special-rails-world-edition-rails-7-1-1-solid-queue-solid-cache-turbo-8-etc-4ef25a8f.markdown b/_posts/2023-10-14-this-week-in-rails-special-rails-world-edition-rails-7-1-1-solid-queue-solid-cache-turbo-8-etc-4ef25a8f.markdown new file mode 100644 index 00000000..f4b9b336 --- /dev/null +++ b/_posts/2023-10-14-this-week-in-rails-special-rails-world-edition-rails-7-1-1-solid-queue-solid-cache-turbo-8-etc-4ef25a8f.markdown @@ -0,0 +1,40 @@ +--- +layout: post +title: "Special Rails World Edition: Rails 7.1.1, Solid Queue, Solid Cache, Turbo 8, etc." +categories: news +author: siaw23 +published: true +date: 2023-10-14 +--- + +Rails World concluded last week, and calling it a success would be an understatement. With 29 exceptional speakers and a diverse audience of over 700 attendees representing various corners of the globe, Rails Foundation, under the leadership of Executive Director [Amanda Perino](https://twitter.com/AmandaBPerino), executed an inaugural Rails conference that exuded the maturity and excellence of an event in its 100th iteration. + +DHH, with the opening keynote, [announced a plethora](https://world.hey.com/dhh/one-happy-rails-world-96c46506) of exciting features, tools, and updates for Ruby on Rails. Among what he announced were Turbo 8, Solid Cache, Solid Queue, Mission Control, and a whole lot more. DHH's [opening keynote](https://youtu.be/iqXjGiQ_D-A) has all the details and is available on the Foundation's [official YouTube channel](https://www.youtube.com/@railsofficial). + +In the coming days, The Foundation will be diligently uploading all the recorded sessions to the official YouTube channel. I strongly encourage you to subscribe to the channel and click on the notification bell icon. By doing so, you'll stay informed about the upcoming updates, and trust me, there's going to be a lot of exciting content! + + +In case you missed it, Rails 7.1 made its debut during DHH's keynote at Rails World, with a 7.1.1 patch release two days ago. + +A subset of the This Week In Rails Team (excluding DHH) was also at the conference and we have a group photo! + + +[![PXL_20231005_142552658.MP.jpg](https://world.hey.com/this.week.in.rails/4ef25a8f/representations/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHNLd2RXcENkVCIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--af87125ce6e10cc8b63a5e4db4670bfe7f84ccd3/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDam9MWm05eWJXRjBTU0lJYW5CbkJqb0dSVlE2RkhKbGMybDZaVjkwYjE5c2FXMXBkRnNIYVFLQUIya0NBQVU2REhGMVlXeHBkSGxwU3pvTGJHOWhaR1Z5ZXdZNkNYQmhaMlV3T2cxamIyRnNaWE5qWlZRPSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--0b5e092e6240e14fab357b4c1013c9a0c881ff87/PXL_20231005_142552658.MP.jpg)](https://world.hey.com/this.week.in.rails/4ef25a8f/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHNLd2RXcENkVCIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--af87125ce6e10cc8b63a5e4db4670bfe7f84ccd3/PXL_20231005_142552658.MP.jpg?disposition=attachment "Download PXL\_20231005\_142552658.MP.jpg") + + +From left to right, we have [Petrik](https://twitter.com/four54) (alum), [Greg](https://twitter.com/GregMolnar), [DHH](https://twitter.com/dhh), [Wojciech](https://twitter.com/morgoth85), and [myself](https://twitter.com/siaw23). + +The next Rails World will be in September 2024 in Canada, Toronto, I hope to see many of you there. + +Over the past 14 days, Rails has received contributions from [64 individuals](https://contributors.rubyonrails.org/contributors/in-time-window/20230929-20231013). While many of these changes are indeed substantial improvements, they primarily involve aspects that you may not directly interact with. This is why I opted not to include any of these pull requests in this update. + +Until next time, +Emmanuel + + + + + +Your weekly inside scoop of interesting commits, pull requests and more from [**Rails**](https://github.com/rails/rails). + +
Subscribe to get these updates mailed to you.