-
Notifications
You must be signed in to change notification settings - Fork 0
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
バリデーション機能がFormSchemaにない #2
Comments
名前のややこしみを感じるので validate とか validate_with とかの方がいい気がする (validate_with は長ったらしいけど名前衝突しなさそう) |
別のメソッドに分けるのはアリですね |
いっぱいメソッド生やすと複数叩いた時にどうなるんだみたいな感じがするので、Symbol で email とかありがちなルール呼び出せて、Regexp 来たらそれでやるし Proc 来たらそれでやるみたいな感じとかにすると良いような気もしてきた (引数の話) |
もはやコンビネータが欲しい |
まあ Proc 取れるし、そういう感じで メソッド名、validate_with にしまふ |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
form_schema.rb の create_schema メソッドあたりでやるといい気がします
The text was updated successfully, but these errors were encountered: