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
Rails appears to have recently corrected the casing of some of their helper methods, e.g. text_area -> textarea and check_box -> checkbox. We should update the adapters to match, while continuing to support the old casing.
The text was updated successfully, but these errors were encountered:
Even though I would argue it should be textarea in lowercase, I wonder if the uppercase version should continue to be TextArea rather than Textarea. In the DOM API, it’s TextArea. Checkbox however is definitely one word.
Rails appears to have recently corrected the casing of some of their helper methods, e.g.
text_area -> textarea
andcheck_box -> checkbox
. We should update the adapters to match, while continuing to support the old casing.The text was updated successfully, but these errors were encountered: