1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/CHANGELOG.md
yuuji.yaginuma e12715bfd5 Load environment file in dbconsole command
Currently the environment file is not loaded in `dbconsole` command.
Therefore, for example, if use encrypted secrets values in database.yml,
`read_encrypted_secrets` will not be true, so the value can not be
used correctly.

Fixes #29717
2017-07-09 13:18:56 +09:00

975 B

  • Load environment file in dbconsole command.

    Fixes #29717

    Yuji Yaginuma

  • Add rails secrets:show command.

    Yuji Yaginuma

  • Allow mounting the same engine several times in different locations.

    Fixes #20204.

    David Rodríguez

  • Clear screenshot files in tmp:clear task.

    Yuji Yaginuma

  • Add railtie.rb to the plugin generator

    Tsukuru Tanimichi

  • Deprecate capify! method in generators and templates.

    Yuji Yaginuma

  • Allow irb options to be passed from rails console command.

    Fixes #28988.

    Yuji Yaginuma

  • Added a shared section to config/database.yml that will be loaded for all environments.

    Pierre Schambacher

  • Namespace error pages' CSS selectors to stop the styles from bleeding into other pages when using Turbolinks.

    Jan Krutisch

Please check 5-1-stable for previous changes.