1. 10 4月, 2020 1 次提交
  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 4 次提交