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
Kasper Timm Hansen 82f7dc6178 Tell users how to assign a $EDITOR.
In case there's no $EDITOR assigned users would see a cryptic:

```
% EDITOR= bin/rails secrets:edit
Waiting for secrets file to be saved. Abort with Ctrl-C.
sh: /var/folders/wd/xnncwqp96rj0v1y2nms64mq80000gn/T/secrets.yml.enc: Permission denied
New secrets encrypted and saved.
```

That error is misleading, so give a hint in this easily detectable case.

Fixes #28143.
2017-03-01 20:44:17 +01:00
..
console_test.rb Fix console tests. 2016-09-25 21:31:45 +02:00
dbconsole_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
secrets_test.rb Tell users how to assign a $EDITOR. 2017-03-01 20:44:17 +01:00
server_test.rb Set correct host except development environment 2017-02-27 21:32:57 +09:00