1. 14 1月, 2020 4 次提交
  2. 12 1月, 2020 1 次提交
  3. 11 1月, 2020 6 次提交
  4. 10 1月, 2020 1 次提交
  5. 08 1月, 2020 4 次提交
  6. 07 1月, 2020 3 次提交
    • X
      restores the ability to manually eager load applications · 3285f3df
      Xavier Noria 提交于
      The main interface to eager loading is config.eager_load. The logic that
      implies happens during the boot process.
      
      With the introduction of Zeitwerk, application code is loaded in the
      finisher as everything else, but in previous versions of Rails users
      could eager load the application code regardless of config.eager_load.
      
      Use cases:
      
         * Some gems like indexers need to have everything in memory and would
         be a bad user experience to ask users to conditionally set the eager
         load flag.
      
         * Some tests may need to have everything in memory and would be a bad
         experience to have the flag enabled globally in the test environment.
      
      I personally feel that the contract between this method and the entire
      eager loading process is ill-defined. I believe this method is
      essentially internal. The purpose of this patch is simply to restore this
      functionality emulating what it did before because rethinking the design
      of this interface may need time.
      3285f3df
    • R
      Merge pull request #37404 from joshmn/respect_the_force · fb2e398a
      Rafael Mendonça França 提交于
      Fix collision check when using a generator and using the force option
      fb2e398a
    • R
      Merge pull request #38166 from jules2689/master · e019a964
      Rafael França 提交于
      Only assign @new_record_before_save once in autosave_association
      e019a964
  7. 05 1月, 2020 4 次提交
  8. 04 1月, 2020 5 次提交
  9. 03 1月, 2020 3 次提交
  10. 30 12月, 2019 3 次提交
  11. 29 12月, 2019 2 次提交
  12. 28 12月, 2019 4 次提交