today_ai_weather/test
songtianlun 9fac43f46d feat: add user registration functionality
- Implement user creation in UsersController
- Add user registration form in new.html.erb
- Create error messages partial for form validation
- Add gravatar helper for user profile
- Update routes to include resources for users
- Introduce integration tests for signup validation

This commit establishes the foundation for user registration, allowing users to sign up with their details and providing feedback on form errors. It enhances the user experience by integrating visual elements like gravatars and error messages.
2024-12-31 16:34:52 +08:00
..
controllers feat: add user registration functionality 2024-12-31 14:20:22 +08:00
fixtures feat: add user registration functionality 2024-12-31 14:20:22 +08:00
helpers add some test 2024-12-31 00:37:02 +08:00
integration feat: add user registration functionality 2024-12-31 16:34:52 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models feat: add user registration functionality 2024-12-31 14:20:22 +08:00
system init sample-app 2024-12-29 17:12:54 +08:00
application_system_test_case.rb init sample-app 2024-12-29 17:12:54 +08:00
test_helper.rb feat: add user registration functionality 2024-12-31 14:20:22 +08:00