aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/master_key
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite config/master.key even on --forceclaudiob2018-02-121-1/+3
* Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]yuuji.yaginuma2018-02-031-1/+1
* Add master key to `gitignore` on `rails new`yuuji.yaginuma2017-11-161-0/+4
* Pass options onto key file generator.Kasper Timm Hansen2017-11-151-1/+1
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-151-15/+9
* Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-121-15/+17
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Respect quiet option in all process of `rails new` commandyuuji.yaginuma2017-09-251-13/+13
* Inline the lone add_master_key_file_silently use.Kasper Timm Hansen2017-09-141-5/+1
* Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-13/+15
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-0/+53