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
If you accidentally use :true instead of true your client side validations will not work, with the following error displayed in your browser's js error console.
settings is undefined
Use :symbol attribute names
When using f.text_field "name", despite field properly rendered, validations aren't loaded for this field. You have to use f.text_field :name