1. 24 2月, 2017 1 次提交
  2. 23 2月, 2017 2 次提交
  3. 22 2月, 2017 1 次提交
  4. 21 2月, 2017 2 次提交
  5. 08 2月, 2017 1 次提交
  6. 03 2月, 2017 1 次提交
  7. 23 1月, 2017 1 次提交
  8. 13 1月, 2017 1 次提交
  9. 10 1月, 2017 2 次提交
  10. 01 1月, 2017 1 次提交
  11. 23 12月, 2016 1 次提交
  12. 09 12月, 2016 2 次提交
  13. 02 12月, 2016 1 次提交
  14. 29 11月, 2016 3 次提交
  15. 22 11月, 2016 1 次提交
  16. 13 11月, 2016 1 次提交
  17. 02 11月, 2016 1 次提交
  18. 25 10月, 2016 1 次提交
  19. 21 10月, 2016 1 次提交
  20. 14 9月, 2016 2 次提交
  21. 16 8月, 2016 1 次提交
  22. 14 8月, 2016 1 次提交
  23. 13 8月, 2016 1 次提交
  24. 07 8月, 2016 2 次提交
  25. 27 7月, 2016 1 次提交
  26. 21 7月, 2016 1 次提交
    • G
      Enforce minimal web-console version for Rails 5 · e072db77
      Genadi Samokovarov 提交于
      I dropped the version constraint in web-console with the idea it will be
      easier to upgrade the console between Rails releases. However, issues
      like #25899 started popping up.
      
      I'm reintroducing the constraint, but this time, I don't set an upper
      limit to the major version. This will keep the web-console in a version
      that always works for the current Rails version and can be easily
      upgraded to the last one with `bundle update`.
      
      We may need to backport this for Rails 5.0.1.
      
      Fixes #25899.
      e072db77
  27. 17 7月, 2016 1 次提交
  28. 02 7月, 2016 1 次提交
  29. 07 6月, 2016 1 次提交
  30. 04 6月, 2016 1 次提交
    • P
      Fix minor regression about old apps not getting per_form_csrf and... · a7adec93
      Prathamesh Sonpatki 提交于
      Fix minor regression about old apps not getting per_form_csrf and request_forgery_protection configs
      
      - Earlier per_form_csrf_tokens and request_forgery_protection config
        files were generated for old apps upgraded to Rails 5.
      - But when we collapsed all initializers into one file, the entire file
        does not get created for old apps.
      - This commit fixes it and also changes values for all new defaults for
        old apps so that they will not break.
      - Also added a test for `rails app:update`.
      a7adec93
  31. 01 6月, 2016 1 次提交
  32. 29 5月, 2016 1 次提交