#42234 Let link_to infer link name from Model#to_s
<%= link_to @profile, @profile.name %>
#=>
Olivier
#40914 Support sms_to options when name not specified
<%= sms_to "5155555785", "Text me", body: "Help me" %>
#=>
Text me
#41143 Support phone_to options when name not specified
<%= phone_to "5155555785", "Phone me", country_code: "01" %>
#=>
Phone me
Unboxing Rails 7 Ruby Active Support Active Model Active Storage Action View Active Record Railties