1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/commands
Wojciech Wnętrzak e0d3313bac Support environment specific credentials file. (#33521)
For `production` environment look first for `config/credentials/production.yml.enc` file that can be decrypted by
`ENV["RAILS_MASTER_KEY"]` or `config/credentials/production.key` master key.
Edit given environment credentials file by command `rails credentials:edit --environment production`.
Default behavior can be overwritten by setting `config.credentials.content_path` and `config.credentials.key_path`.
2018-09-19 14:02:00 -07:00
..
console_test.rb Turn on performance based cops 2018-07-23 15:37:06 -07:00
credentials_test.rb Support environment specific credentials file. (#33521) 2018-09-19 14:02:00 -07:00
dbconsole_test.rb Show rails instead of bin/rails on USAGE instructions 2018-07-06 22:46:54 +02:00
dev_test.rb Adds Rails:Command for dev:cache that has the same behaviour as the rake task 2018-08-13 11:27:01 -04:00
encrypted_test.rb Recommend use of rails over bin/rails 2018-07-06 22:46:35 +02:00
initializers_test.rb Move 'rails initializers' command to Rails::Command 2018-08-16 10:46:11 -04:00
notes_test.rb Make NotesCommand tests more performant by getting rid of unecessary map 2018-07-05 10:01:46 -04:00
routes_test.rb Fix rails routes -c for controller name consists of multiple word. 2018-08-20 19:17:40 +09:00
secrets_test.rb
server_test.rb Allow to explicitly specify whether to output Rails' log to stdout 2018-07-08 17:28:34 +02:00