Rails 8.0.0.beta1 (September 26, 2024)
Enable DependencyTracker to evaluate renders with trailing interpolation.
<%= render "maintenance_tasks/runs/info/#{run.status}" %>Previously, the DependencyTracker would ignore this render, but now it will
mark all partials in the “maintenance_tasks/runs/info” folder as
dependencies.Hartley McGuire
Rename
text_areamethods intotextareaOld names are still available as aliases.
Sean Doyle
Rename
check_box*methods intocheckbox*.Old names are still available as aliases.
Jean Boussier
Please check 7-2-stable for previous changes.