Skip to content

Commit 09af153

Browse files
committed
secret key issue
1 parent 6814e4a commit 09af153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ TIPS
345345
- [Capybara setup](https://github.com/grosser/parallel_tests/wiki)
346346
- [Sphinx setup](https://github.com/grosser/parallel_tests/wiki)
347347
- [Capistrano setup](https://github.com/grosser/parallel_tests/wiki/Remotely-with-capistrano) let your tests run on a big box instead of your laptop
348+
- Rails vs `ArgumentError: secret_key_base`: use `config.secret_key_base = Random.hex(64)`, see [rails issue](https://github.com/rails/rails/issues/53661)
348349

349350
Contribute your own gotchas to the [Wiki](https://github.com/grosser/parallel_tests/wiki) or even better open a PR :)
350351

0 commit comments

Comments
 (0)