並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 82 件 / 82件

新着順 人気順

validationの検索結果81 - 82 件 / 82件

  • Why the number input is the worst input - Stack Overflow

    [Ed. note: While we take some time to rest up over the holidays and prepare for next year, we are re-publishing our top ten posts for the year. Please enjoy our favorite work this year and we’ll see you in 2023.] I’ve been writing code for at least 15 years. While I’ve used a lot of technologies and built a lot of stuff over the years, the thing I have done the most is the front end, i.e. HTML, CS

      Why the number input is the worst input - Stack Overflow
    • Validate Email Addresses

      Ensuring you have data that makes sense is why Rails provides validations through the Active Model library, which underpins Active Record. Making sure you can email your users is one of the most important things to get right in your application, so you probably already have validation checks around your User#email attribute. Instead of… …inventing your own regular expression, or using this one fro

        Validate Email Addresses