1. 22 11月, 2016 8 次提交
    • T
    • G
      Merge pull request #26929 from elorest/is_deep_symbolize_secrets · 6cd65861
      Guillermo Iguaran 提交于
      deep symbolize keys on secrets.yml
      6cd65861
    • I
      deep symbolize keys on secrets.yml · 7102c6ce
      Isaac Sloan 提交于
      7102c6ce
    • K
      [ci skip] Mention `form_with` and `fields` in changelog. · 1f2e896e
      Kasper Timm Hansen 提交于
      Implemented in 67f81cc7.
      1f2e896e
    • K
      Add form_with to unify form_tag/form_for. (#26976) · 67f81cc7
      Kasper Timm Hansen 提交于
      * Add form_with to unify form_tag/form_for.
      
      `form_tag` and `form_for` serve very similar use cases. This
      PR unifies that usage such that `form_with` can output just
      the opening form tag akin to `form_tag` and can just work with
      a url, for instance.
      
      `form_with` by default doesn't attach class or id to the form —
      removing them on fields is moved out to a default revisiting PR later.
      
      Ported over old tests where applicable to ensure maximum coverage,
      but left some commented out because they don't yet apply (e.g.
      `fields_for` later being replaced by `fields`).
      
      [ Kasper Timm Hansen & Marek Kirejczyk ]
      
      * Add fields DSL method.
      
      Strips `_for` and requires models passed as a keyword argument.
      
      * Document form_with.
      
      Graft the `form_for` docs: rewrite, revise and expand where
      needed.
      
      Also test that a `format` isn't used when an explicit URL
      is passed.
      
      * Enable remote by default.
      
      Brand new world! Forms submit via XHRs by default, woah.
      
      * Invert `include_id` to `skip_id`.
      
      `skip_id: true` reads better than `include_id: false` (since the
      `include_id` default is true).
      
      * Invert `remote` to `local`.
      
      Since forms are remote by default, the option name makes more sense
      as `local: true`.
      
      * Invert `enforce_utf8` to `skip_enforcing_utf8`.
      
      * Refer to the brand spanking new rails-ujs.
      
      Soon to be bundled in Rails proper, so jquery-ujs is out.
      
      * Make `form_with` a bit more composed.
      
      The flow is still not quite what it should be because the legacy
      methods and these new ones pull at opposite ends.
      
      Lots of options have been renamed, so now the new pieces don't fit
      in so well.
      
      I'll try to work on this in later commits after this PR (it's likely
      there's a much better way to structure this whole part of Action View).
      67f81cc7
    • R
      Merge pull request #27135 from tjai89/patch-1 · 5b4ee4db
      Rafael França 提交于
      Update RELEASING_RAILS.md
      5b4ee4db
    • K
      Update RELEASING_RAILS.md · 49f7b043
      Kirill Zhuravlov 提交于
      I have removed the dot because only one string had a dot, all the other strings in the list had no dots
      49f7b043
    • Y
      update bin/test scripts to prevent double runs. · 2b4a9735
      Yves Senn 提交于
      The test runner was updated to make use of autorun. This caused the
      `bin/test` scripts to run Minitest twice.
      2b4a9735
  2. 21 11月, 2016 7 次提交
  3. 20 11月, 2016 21 次提交
  4. 19 11月, 2016 4 次提交