1. 27 10月, 2016 2 次提交
  2. 25 10月, 2016 1 次提交
  3. 15 10月, 2016 1 次提交
  4. 11 10月, 2016 2 次提交
  5. 03 10月, 2016 1 次提交
  6. 27 9月, 2016 1 次提交
  7. 17 9月, 2016 2 次提交
  8. 16 9月, 2016 2 次提交
  9. 14 9月, 2016 1 次提交
  10. 06 9月, 2016 1 次提交
  11. 02 9月, 2016 3 次提交
  12. 28 8月, 2016 2 次提交
  13. 27 8月, 2016 1 次提交
  14. 16 8月, 2016 1 次提交
  15. 11 8月, 2016 1 次提交
  16. 10 8月, 2016 1 次提交
  17. 08 8月, 2016 2 次提交
  18. 07 8月, 2016 9 次提交
  19. 25 7月, 2016 2 次提交
    • X
      use \A and \z when you mean \A and \z · 11b463d8
      Xavier Noria 提交于
      In Ruby ^ and $ mean start and end of *line*.
      
      A regexp that validates an email should not check if
      some line of the string looks like an email, and maybe
      be surrounded by the entire Joyce's Ulysses. What the
      regexp has to check is if the string itself looks like
      an email.
      
      This validator is used only in tests, the ^/$ anchors
      implied no risk.
      11b463d8
    • X
      systematic revision of =~ usage in AMo · 5a83f054
      Xavier Noria 提交于
      5a83f054
  20. 11 7月, 2016 1 次提交
  21. 25 6月, 2016 1 次提交
  22. 23 6月, 2016 1 次提交
  23. 21 6月, 2016 1 次提交