1. 08 May, 2017 1 commit
    • Stan Hu's avatar
      Fix sub-second timing comparison error for Devise confirmation period · 8add5eb0
      Stan Hu authored
      On databases such as MySQL, it's possible to get into a timing comparison
      error if the value of `Confirmable#confirmation_sent_at` is within a second
      of `0.days.ago`. This is possible mostly in specs that test this behavior
      and most likely not happening in practice. The result of this error causes
      a user to be deemed active when it should be inactive. To prevent this
      error, we explicitly check the configuration setting to be `0.days.ago`.
      
      Closes #2362
      8add5eb0
  2. 07 May, 2017 6 commits
  3. 06 May, 2017 2 commits
  4. 05 May, 2017 31 commits