1. 09 3月, 2019 1 次提交
  2. 28 2月, 2019 1 次提交
  3. 24 7月, 2018 1 次提交
  4. 07 4月, 2018 1 次提交
  5. 19 3月, 2018 1 次提交
  6. 18 3月, 2018 1 次提交
  7. 14 3月, 2018 1 次提交
  8. 13 3月, 2018 1 次提交
    • B
      Update "Ruby on Rails 5.2 Release Notes" Guide [ci skip] · 7fd6d69a
      bogdanvlviv 提交于
      - Add a description of major features in Rails 5.2.
      - Add a reference to Pull Request/Commit to every entry in CHANGELOGs,
        note that some of them combined.
      - Add section "Ruby on Rails Guides" with notable changes.
      - Note that
        - Skipped this since encrypted secrets are already on the way out.
          ```
          *   Add `rails secrets:show` command.
              ([Pull Request](https://github.com/rails/rails/pull/29695))
          ```
        - Skipped this since it was backported all the way to 5-0-stable.
          ```
          *   Make Rails' test runner work better with minitest plugins.
              ([Pull Request](https://github.com/rails/rails/pull/29572))
          ```
      
      Thanks to everyone who has been working on Rails 5.2! <3
      7fd6d69a
  9. 08 1月, 2018 4 次提交
  10. 01 1月, 2018 1 次提交
  11. 15 12月, 2017 1 次提交
    • Y
      Fix guide generation error [ci skip] · 6a902d43
      yuuji.yaginuma 提交于
      Currently, generation of guide is an error in `5_2_release_notes.html`.
      
      ```
      $ bunele exec rake guides:generate:html
      Generating 5_2_release_notes.md as 5_2_release_notes.html
      rails/guides/rails_guides/markdown.rb:44:in `dom_id': undefined method `[]' for nil:NilClass (NoMethodError)
      	from rails/guides/rails_guides/markdown.rb:106:in `block (2 levels) in generate_structure'
      ```
      
      It seems that it is an error because there are multiple
      `active-storage` anchors.
      
      Since Active Storage is a Major feature, it is unnecessary to show
      CHANGELOGs, so remove from `Incompatibilities` section.
      6a902d43
  12. 27 11月, 2017 2 次提交