1. 10 4月, 2020 2 次提交
  2. 09 4月, 2020 12 次提交
  3. 08 4月, 2020 6 次提交
  4. 07 4月, 2020 5 次提交
  5. 06 4月, 2020 9 次提交
  6. 05 4月, 2020 3 次提交
    • F
      Add description to db:rollback command for multiple databases [ci skip] · 790e5719
      Faruk AYDIN 提交于
      rails -T command omits rake tasks that do not have a task description,
      so I added a description to `db:rollback` command for multiple databases
      and updated the documentation accordingly
      790e5719
    • J
      Clarify database.yml DATABASE_URL instructions · 85808bf1
      Jonathan Hefner 提交于
      From the instructions in database.yml, it is not clear that Rails will
      automatically use ENV['DATABASE_URL'] if it is present.
      
      This commit rewords the instructions to clarify that Rails will do so.
      85808bf1
    • J
      Remove `rake rdoc` task in generated plugin · 677eac67
      Jonathan Hefner 提交于
      The `rdoc lib` command produces nearly the same output as `rake rdoc`.
      The `rdoc lib` command also has the benefit of being standard, whereas
      Rake subcommands can vary from project to project.  Since the purpose of
      either command is to support local development, as opposed to generating
      official docs for consumption by e.g. rubygems, the standard command
      seems preferable.
      
      Note that the `rdoc` command outputs to the doc/ directory by default,
      so this commit also adds that directory to the plugin .gitignore file.
      677eac67
  7. 04 4月, 2020 3 次提交
    • E
      Restore tests for 6.0 new framework defaults · a6711d6e
      Eugene Kenny 提交于
      These were removed in 74201c38 when the
      template for the 6.0 new framework defaults initializer was deleted.
      
      While we no longer generate the file, upgrading applications will still
      have it, so it's still important to check that these options can be set.
      a6711d6e
    • E
      Trigger load hooks with require in configuration tests · feac3e97
      Eugene Kenny 提交于
      I introduced this pattern of referencing a constant to trigger lazy load
      hooks in 458a5502, and it arrived at its
      current form via c98a641f and
      c24be369.
      
      I now realise autoloading doesn't need to be involved at all; we can
      require the files that trigger the lazy load hooks directly.
      feac3e97
    • E
      Merge pull request #38863 from... · b5f47f75
      Eugene Kenny 提交于
      Merge pull request #38863 from eugeneius/utc_to_local_returns_utc_offset_times_new_framework_defaults
      
      Allow utc_to_local_returns_utc_offset_times to be set in new_framework_defaults_6_1.rb
      b5f47f75