1. 07 8月, 2016 7 次提交
  2. 03 8月, 2016 1 次提交
  3. 31 7月, 2016 2 次提交
  4. 27 7月, 2016 2 次提交
  5. 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
  6. 17 7月, 2016 5 次提交
  7. 14 7月, 2016 1 次提交
  8. 13 7月, 2016 1 次提交
  9. 12 7月, 2016 1 次提交
  10. 11 7月, 2016 1 次提交
    • R
      Speed up RDoc generation when it's already been done once · 9e99649e
      Robin Dupret 提交于
      Only include files that contain changes since the last generation
      of the API documentation.
      
      Thus, only modified files are re-generated instead of the whole API.
      
      The `created.rid` file won't contain the whole list of files anymore
      if we generate several times the API but we don't really care about it,
      only the generation date and time is important.
      
      It is possible to fall back to the previous behavior by defining the ALL
      environment variable running the `rake rdoc` task.
      9e99649e
  11. 10 7月, 2016 1 次提交
  12. 09 7月, 2016 1 次提交
  13. 08 7月, 2016 2 次提交
  14. 06 7月, 2016 2 次提交
  15. 05 7月, 2016 6 次提交
  16. 04 7月, 2016 1 次提交
  17. 02 7月, 2016 5 次提交