1. 20 3月, 2018 1 次提交
  2. 13 12月, 2017 1 次提交
  3. 21 10月, 2017 1 次提交
  4. 24 7月, 2017 1 次提交
  5. 02 7月, 2017 1 次提交
  6. 01 7月, 2017 2 次提交
  7. 12 4月, 2017 1 次提交
  8. 23 3月, 2017 1 次提交
  9. 03 10月, 2016 1 次提交
  10. 07 8月, 2016 1 次提交
  11. 14 7月, 2016 1 次提交
  12. 02 7月, 2016 1 次提交
  13. 16 6月, 2016 3 次提交
  14. 17 5月, 2016 2 次提交
    • K
      Remove extranous spaces from assignment. · bd49a4b1
      Kasper Timm Hansen 提交于
      Leftover from an earlier commit, chose to fix because I was
      just down in this file.
      bd49a4b1
    • K
      Replace middleware with executor callback. · 23b6a9c0
      Kasper Timm Hansen 提交于
      Per request digest caches were added before we had hooks into
      different units of work that Rails performs.
      
      As such the most reliable way to prevent stale cache digests
      was with a middleware. The middleware prevented staleness in
      Action Controller requests.
      
      However, the executor is superior because it should also prevent
      staleness when running just Active Job jobs or broadcasting
      through Action Cable's server.
      23b6a9c0
  15. 19 2月, 2016 4 次提交
  16. 17 2月, 2016 10 次提交
  17. 13 2月, 2016 2 次提交
    • A
      push kwargs up to the user facing API · ac9d32bf
      Aaron Patterson 提交于
      this lets us leverage Ruby's kwarg handling (exceptions for missing
      params, etc) ASAP which allows us to skip active support method calls
      and make sure the exception stack is closer to where the user called the
      methods.
      ac9d32bf
    • A
      use kwargs to avoid hash slicing · b635eea7
      Aaron Patterson 提交于
      we can use kwargs in this case to avoid values_at and except calls on
      the options hash
      b635eea7
  18. 12 2月, 2016 4 次提交
  19. 05 11月, 2015 1 次提交
  20. 19 9月, 2015 1 次提交