1. 10 1月, 2017 2 次提交
  2. 01 1月, 2017 1 次提交
  3. 23 12月, 2016 1 次提交
  4. 09 12月, 2016 2 次提交
  5. 02 12月, 2016 1 次提交
  6. 29 11月, 2016 3 次提交
  7. 22 11月, 2016 1 次提交
  8. 13 11月, 2016 1 次提交
  9. 02 11月, 2016 1 次提交
  10. 25 10月, 2016 1 次提交
  11. 21 10月, 2016 1 次提交
  12. 14 9月, 2016 2 次提交
  13. 16 8月, 2016 1 次提交
  14. 14 8月, 2016 1 次提交
  15. 13 8月, 2016 1 次提交
  16. 07 8月, 2016 2 次提交
  17. 27 7月, 2016 1 次提交
  18. 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
  19. 17 7月, 2016 1 次提交
  20. 02 7月, 2016 1 次提交
  21. 07 6月, 2016 1 次提交
  22. 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
  23. 01 6月, 2016 1 次提交
  24. 29 5月, 2016 1 次提交
  25. 23 4月, 2016 1 次提交
  26. 08 4月, 2016 1 次提交
  27. 22 3月, 2016 1 次提交
  28. 09 3月, 2016 1 次提交
  29. 08 3月, 2016 2 次提交
    • G
      Fix the tests after e5940003 · 61a51a5e
      Genadi Samokovarov 提交于
      61a51a5e
    • G
      Drop the explicit version requirements for web-console · e5940003
      Genadi Samokovarov 提交于
      Between major versions 2 and 3, we hit a bug. It's fixed in version 3,
      however, the explicit 2.x requirement of `~> '2.0'` will prevent people
      from getting the fix with `bundle update` and they would have to
      explicitly set the constraint to `~> '3.0'`.
      
      For more information see: rails/web-console#178.
      
      I propose we drop the explicit version constraints in the Gemfile. Web
      Console has been relatively stable for the past couple of years, and I
      don't anticipate any major alterations, like we saw between major
      versions 1 and 2.
      e5940003
  30. 02 3月, 2016 2 次提交
  31. 01 3月, 2016 2 次提交