today_ai_weather/test
songtianlun cd558466be feat: add user registration functionality
- Add User model with validations for name and email
- Implement UsersController with new action for signup
- Create views for user signup and home page
- Update routes to include signup path
- Add bcrypt gem for password security
- Include tests for user model and controller actions

This commit establishes the foundation for user registration in the application, ensuring proper validation and security measures are in place. It also enhances the user experience by providing a dedicated signup page.
2024-12-31 14:20:22 +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 add some test 2024-12-31 00:37:02 +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