1. 12 2月, 2017 4 次提交
    • X
      refactors and fixes in guides generation [ci skip] · 771a802c
      Xavier Noria 提交于
      This commit is not precisely atomic, but the changes have evolved, summary:
      
      * The ENV-based interface has been moved upwards, the generator has now a conventional
        initializer.
      
      * RAILS_VERSION is now assumed to be a Git tag. A blank RAILS_VERSION means edge guides.
      
      * In consequence, the EDGE env variable is gone.
      
      * The "local" version is also gone, the current SHA1 is computed for edge guides.
      
      * Assumes guides are generated from a repo checkout (time ago users could
        generate them from gems.)
      
      * The WARNINGS flag is gone in consequence, you cannot disable warnings.
      
      * The `api_link` Markdown helper is fixed.
      
      * Docs about usage have one single place: rake guides:help.
      
      * Links in guides have been revised.
      771a802c
    • S
      Deprecate calling `attr_will_change!` with non-attributes · 4fed08fa
      Sean Griffin 提交于
      This was never really intended to work (at least not without calling
      `define_attribute_methods`, which is less common with Active Record). As
      we move forward the intention is to require the use of `attribute` over
      `attr_accessor` for more complex model behavior both on Active Record
      and Active Model, so this behavior is deprecated.
      
      Fixes #27956.
      Close #27963.
      
      [Alex Serban & Sean Griffin]
      4fed08fa
    • K
      [ci skip] Fully qualify missing template error. · eb4aba00
      Kasper Timm Hansen 提交于
      Switch extension 👉 format as it's more apt here.
      eb4aba00
    • K
      Merge pull request #27870 from kenta-s/get-todo-done-in-render_test · 40ae9a91
      Kasper Timm Hansen 提交于
      Get TODO done in `render_test`
      40ae9a91
  2. 11 2月, 2017 3 次提交
  3. 10 2月, 2017 11 次提交
  4. 09 2月, 2017 7 次提交
  5. 08 2月, 2017 10 次提交
  6. 07 2月, 2017 5 次提交