You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Rails 8, text_area and check_box are renamed respectively to textarea and checkbox (see changelog). This gem would eventually reflect these changes, although the old names still works (as aliases).
The text was updated successfully, but these errors were encountered:
As of Rails 8,
text_area
andcheck_box
are renamed respectively totextarea
andcheckbox
(see changelog). This gem would eventually reflect these changes, although the old names still works (as aliases).The text was updated successfully, but these errors were encountered: