Skip to content
Snippets Groups Projects
Verified Commit f257be3b authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Mention rails secret

parent 0facbcb0
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,8 @@ By running `bin/rails <command>` you can trigger some helpful actions, such as ...@@ -62,7 +62,8 @@ By running `bin/rails <command>` you can trigger some helpful actions, such as
- `rails db`: Start sqlite shell with the currently used DB - `rails db`: Start sqlite shell with the currently used DB
- `rails db:migrate`: Run pending DB migrations, automatically done by docker image on start - `rails db:migrate`: Run pending DB migrations, automatically done by docker image on start
- `rails db:seed` (Re-)import DB seeds from `db/seeds.rb` - `rails db:seed` (Re-)import DB seeds from `db/seeds.rb`
- `rails generate` Powerful tool to generate boilerplate, see - `rails secret` generate a random secret, e.g. for `secret_key_base`
- `rails generate` Powerful tool to generate boilerplate, run it to see list of options
### In `rails console` ### In `rails console`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment