11Console
22=======
33
4- Zammad uses Ruby on Rails so you can make use of the `rails console `_.
4+ Zammad uses Ruby on Rails so you can make use of the `Rails console `_.
55
66.. _rails console :
77 http://guides.rubyonrails.org/command_line.html
@@ -12,7 +12,7 @@ Zammad uses Ruby on Rails so you can make use of the `rails console`_.
1212 might cause data loss or damaged tickets! If you're unsure,
1313 **use a test system first **!
1414
15- To open the rails console on the shell you have to enter the following commands.
15+ To open the Rails console on the shell you have to enter the following commands.
1616
1717Start Zammad's Rails Console
1818----------------------------
@@ -56,7 +56,7 @@ a shell (e.g. for automation).
5656Running Several Commands in a Shell
5757^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5858
59- The following command will provide you a rails console.
59+ The following command will provide you a Rails console.
6060It allows you to run several commands inside it.
6161
6262.. tabs ::
@@ -85,16 +85,16 @@ It allows you to run several commands inside it.
8585
8686 .. hint :: **Starting Rails Console in Safe Mode**
8787
88- Normally, starting rails console requires certain
89- :doc: `third- party services </prerequisites/software >` to be up and running.
88+ Normally, starting a Rails console requires certain
89+ :doc: `third party services </prerequisites/software >` to be up and running.
9090 You may receive errors and console will refuse to start in case they are not
9191 available.
9292
93- However, it's possible to start rails console in safe mode by setting
93+ However, it's possible to start Rails console in safe mode by setting
9494 the environment variable ``ZAMMAD_SAFE_MODE=1 ``. With this setting enabled,
9595 the availability of these services will be ignored.
9696
97- **Set variable and run rails console: **
97+ **Set variable and run Rails console: **
9898
9999 .. tabs ::
100100
@@ -116,7 +116,7 @@ It allows you to run several commands inside it.
116116 .. code-block :: text
117117 :class: no-copybutton
118118
119- Zammad is running in safe mode. Any third- party services like Redis are ignored.
119+ Zammad is running in safe mode. Any third party services like Redis are ignored.
120120
121121 There was an error trying to connect to Redis via redis://localhost:6379.
122122 Please provide a Redis instance at localhost:6379 or set REDIS_URL to point to a different location.
0 commit comments