1. 31 10月, 2018 2 次提交
    • S
      `update_columns` raises if the column is unknown · b63701e2
      Sean Griffin 提交于
      Previosly, `update_columns` would just take whatever keys you gave it
      and tried to run the update query. Most likely this would result in an
      error from the database. However, if the column actually did exist, but
      was in `ignored_columns`, this would result in the method returning
      successfully when it should have raised, and an attribute that should
      not exist written to `@attributes`.
      b63701e2
    • G
      Merge pull request #34314 from bf4/patch-2 · 9a18a10e
      Gannon McGibbon 提交于
      ActionController::API *does* support cookies, sessions
      9a18a10e
  2. 30 10月, 2018 9 次提交
  3. 29 10月, 2018 11 次提交
  4. 28 10月, 2018 1 次提交
    • J
      Improve the logic that detects non-autoloaded constants · e3027257
      Jan Habermann 提交于
      If you require `nokogiri` from `app/models/user.rb`, dependencies.rb
      does not mark `Nokogiri` as an autoloaded constant, as expected.
      But the logic to detect these non-autoloaded constants is incomplete.
      See the tests defined in the patch for some cases incorrectly handled.
      e3027257
  5. 27 10月, 2018 6 次提交
  6. 26 10月, 2018 9 次提交
  7. 25 10月, 2018 2 次提交