Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helper casing #264

Open
joeldrapper opened this issue Feb 15, 2025 · 1 comment
Open

Update helper casing #264

joeldrapper opened this issue Feb 15, 2025 · 1 comment

Comments

@joeldrapper
Copy link
Collaborator

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.

@joeldrapper
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant