1. 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
  2. 17 7月, 2016 5 次提交
  3. 14 7月, 2016 1 次提交
  4. 13 7月, 2016 1 次提交
  5. 12 7月, 2016 1 次提交
  6. 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
  7. 10 7月, 2016 1 次提交
  8. 09 7月, 2016 1 次提交
  9. 08 7月, 2016 2 次提交
  10. 06 7月, 2016 2 次提交
  11. 05 7月, 2016 6 次提交
  12. 04 7月, 2016 1 次提交
  13. 02 7月, 2016 5 次提交
  14. 01 7月, 2016 3 次提交
  15. 30 6月, 2016 1 次提交
  16. 23 6月, 2016 4 次提交
  17. 20 6月, 2016 2 次提交
  18. 19 6月, 2016 1 次提交
    • P
      Fix failing railties tests · acad62bc
      Prathamesh Sonpatki 提交于
      - Railties tests related to fetching asset URL started failing after the
        release of sprockets 3.6.1 on Travis.
      - This was due to the change in
        https://github.com/rails/sprockets/pull/311/files
        which changed the logic in `concat_javascript_sources` to add `;` at
        the end of file if the source did not end with semicolon.
      - Bumped up sprockets minor version and fixed the failing tests.
      acad62bc
  19. 17 6月, 2016 1 次提交