1. 10 9月, 2020 2 次提交
    • G
      v6.0.3.3 · 070d4afa
      George Claghorn 提交于
      070d4afa
    • J
      Fix XSS vulnerability in `translate` helper · 4ca2027d
      Jonathan Hefner 提交于
      Prior to this commit, when a translation key indicated that the
      translation text was HTML, the value returned by `I18n.translate` would
      always be marked as `html_safe`.  However, the value returned by
      `I18n.translate` could be an untrusted value directly from
      `options[:default]`.
      
      This commit ensures values directly from `options[:default]` are not
      marked as `html_safe`.
      4ca2027d
  2. 17 6月, 2020 3 次提交
  3. 18 5月, 2020 2 次提交
  4. 16 5月, 2020 6 次提交
  5. 15 5月, 2020 1 次提交
  6. 07 5月, 2020 1 次提交
  7. 03 5月, 2020 1 次提交
  8. 02 5月, 2020 2 次提交
  9. 01 5月, 2020 1 次提交
  10. 29 4月, 2020 1 次提交
  11. 27 4月, 2020 1 次提交
  12. 25 4月, 2020 2 次提交
  13. 23 4月, 2020 1 次提交
  14. 21 4月, 2020 1 次提交
  15. 19 4月, 2020 1 次提交
  16. 17 4月, 2020 4 次提交
  17. 16 4月, 2020 1 次提交
  18. 14 4月, 2020 3 次提交
  19. 13 4月, 2020 2 次提交
  20. 12 4月, 2020 1 次提交
  21. 11 4月, 2020 1 次提交
    • E
      Soft deprecate the `database` kwarg in 6.0 · 83eb3599
      eileencodes 提交于
      The database kwarg is deprecated in 6.1 and will be removed in 6.2. It
      has caused a lot of confusion and is dangerous to use in requests. Even
      though docs recommended against use in requests, the majority of bug
      reports to Rails regarding `connected_to` are related to this feature.
      Since it's not an adequate replacement for sharding support we're
      removing it. If you need shard support please use Rails 6.1 and the
      shard kwarg.
      83eb3599
  22. 09 4月, 2020 1 次提交
  23. 08 4月, 2020 1 次提交