The verified patches report (http://dev.rubyonrails.org/report/12) matches unverified patches.

Probably, it's due to a query like this:

  keywords LIKE '%verified%'

the query should be changed to exclude unverifieds:

  keywords LIKE '%verified%' AND keywords NOT LIKE '%unverified%'
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to