惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
Google DeepMind News
Google DeepMind News
腾讯CDC
G
Google Developers Blog
Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
有赞技术团队
有赞技术团队
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
M
MIT News - Artificial intelligence
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
美团技术团队
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志

Ruby on Rails: Compress the complexity of modern web apps

Safer to_i coercion, custom to_fs formats, and more! This Week in Rails: May 16, 2026 This Week in Rails: May 8, 2026 This Week in Rails: May 1, 2026 Active Record gets better every week Great big Rails World 2026 update: CFP, Corporate Support tickets, workshops Query command for database queries and more Explicit query: and body: kwargs for integration tests and more! Speedup ActiveRecord::LogSubscriber#sql_color and more! This Week in Rails: March 27, 2026 Rails Versions 8.0.5 and 8.1.3 have been released! Rails Versions 7.2.3.1, 8.0.4.1, and 8.1.2.1 have been released! This Week in Rails: March 20, 2026 Validate URI scheme in Action Text and more This Week in Rails: March 6, 2026 Planning Center is the newest Rails Foundation Contributing member Action Text gets Markdown conversion, editor links in devcontainers, and more! BARRA seeks Rails developer Joe Agliozzo is looking for a Rails developer The rise of lighttpd as the alternative web server When longer is better and more is more Snowdevil: First e-tailer on Rails Natural selection for frameworks in Ruby vs Java Address book tutorial in Portuguese Becoming a better programmer with Rails 10 Things Every Java Programmer Should Know About Ruby Really Getting Started in Rails Off the Treadmill, Onto the Rails Rails 0.9.5: A world of fixes and tweaks Rich clients with Rails and XUL
Want to learn about Rails 8? START HERE.
David Heinemeier Hansson · 2024-12-13 · via Ruby on Rails: Compress the complexity of modern web apps

Friday, December 13, 2024
Posted by Amanda Perino

Rails 8 is a major milestone, and for the first time in Rails’ history, thanks to the support of the members of the Rails Foundation, we are able to support this major release with new and updated tutorials, videos, and guides to help developers learn Rails’ new default features as quickly as possible.

If you want to learn more, here’s where you should start.

The (new) Getting Started Tutorial

The revamped Getting Started Guide walks you through building an e-commerce site while introducing Rails fundamentals and the latest Rails 8 defaults. Learn to use:

  • the built-in Authentication Generator to create an admin system for managing products.
  • Action Mailer, Active Job, and Solid Queue to run background jobs that send email notifications to subscribers when products are back in stock.
  • Solid Cache to cache product information and improve performance.
  • Kamal 2.0 to deploy your app to production.

This tutorial is beginner-friendly yet comprehensive, designed to make Rails accessible to everyone and welcome beginners to Rails for years to come. It’s also expandable, paving the way for future tutorials adding more features to the app.

Follow the Getting Started Tutorial here.

Note: The Installation Guide is now separate from the Getting Started Guide, making it easier to find.

Special thanks to Chris Oliver of GoRails for writing this tutorial, with help from Rafael França, Xavier Noria, Jeremy Daer, Matthew Draper, Collin Jilbert, Kent Crutchfield, Harriet Oughton, Julian Duss, Santiago Rodriguez, Gianlo Occhipinti, Kim Perino, and all the reviewers on GitHub.

Rails 8 Unpacked with Typecraft

Rails 8 Unpacked with Typecraft is a 9-part video series exploring Rails 8’s default features through the lens of adding features to a task management demo app.

You’ll learn:

  • Authentication with the new Authentication Generator.
  • Asset management using Propshaft.
  • The Solid Trifecta for caching, messaging, and job queueing.
  • Deployment with Kamal 2.0.

You can build your own app or follow along with the demo app by checking out the branches of the GitHub repo found under each episode.

Watch Rails 8 Unpacked on the Rails YouTube channel.

Thanks to Chris Power and Robert Beene from Typecraft, and reviewers Rosa Gutierrez, Donal McBreen, Breno Gazzola, Miles Woodroffe, Bruno Miranda, and the Rails Core team.

Also: This series is subtitled in Japanese, Brazilian Portuguese, and Spanish thanks to the team at Happy Scribe!

Updated Rails Guides

And finally, the Rails Guides have also been updated with the new defaults. You’ll now find:

More updates are on the way! Thanks to the docs team - Ridhwana Khan, Bhumi Shah, Harriet Oughton, Petrik de Heus - and everyone in the community who reviewed their PRs. **

Whether you’re a new or experienced Rails developer, we hope you’ll find these resources helpful when exploring all that Rails 8 has to offer.

If you have other suggestions on how we can support you, our suggestion box is always open.

Have fun building with Rails 8!