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

推荐订阅源

D
Docker
I
InfoQ
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
Y
Y Combinator Blog
博客园_首页
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
T
The Blog of Author Tim Ferriss
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Engineering at Meta
Engineering at Meta
B
Blog
爱范儿
爱范儿
Stack Overflow Blog
Stack Overflow Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
F
Fortinet All Blogs
月光博客
月光博客
GbyAI
GbyAI

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 Florian Weber launches bellybutton.de 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
Action Text gets Markdown conversion, editor links in dev...
Emmanuel Hayford · 2026-02-28 · via Ruby on Rails: Compress the complexity of modern web apps

Saturday, February 28, 2026
Posted by Emmanuel Hayford

Hey there, it’s Emmanuel Hayford. A fresh batch of Rails changes just dropped, let’s get into it.

Action Text to_markdown generates markdown links for blobs
When a rendering context is available, blob attachments now produce real markdown links (![title](url) for images, [title](url) for others) instead of plain-text placeholders.

Add to_markdown to Action Text, mirroring to_plain_text
Introduces to_markdown across the Action Text stack (Content, Fragment, RichText, Attachment), converting rich text HTML into Markdown with support for inline formatting, block elements, lists, links, tables, and more. The underlying BottomUpReducer has been extracted into its own class for reuse by both plain-text and markdown conversion.

Render MissingAttachable as “☒” in plain text
MissingAttachable now implements attachable_plain_text_representation, returning the same “☒” character used in its HTML partial instead of rendering nothing.

Add content_type parameter to HTTP authentication methods
request_http_basic_authentication, request_http_digest_authentication, and request_http_token_authentication now accept an optional content_type parameter to customize the 401 response content type. The existing message parameter is also now exposed at the http_basic_authenticate_with level.

Add RAILS_HOST_APP_PATH support for editor links in devcontainer/Docker environments
A new RAILS_HOST_APP_PATH environment variable lets Rails translate container file paths to host paths when generating editor URLs on error pages. This makes “open in editor” links work correctly in devcontainer and Docker setups.

You can view the whole list of changes here. We had 14 contributors to the Rails codebase this past week!

Until next time!

Subscribe to get these updates mailed to you.