Skip to content

Commit 582c805

Browse files
dzaderkamipo
authored andcommitted
Update environment name to development
Update environment from production to development in the development section of the guide
1 parent 79f7c97 commit 582c805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/active_job_basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ outstanding jobs are lost with the default async backend. This can be fine for
145145
smaller apps or non-critical jobs in development.
146146

147147
However, if you use Solid Queue instead, you can configure it in the same way as
148-
in the production environment:
148+
in the development environment:
149149

150150
```ruby
151151
# config/environments/development.rb
@@ -154,7 +154,7 @@ config.solid_queue.connects_to = { database: { writing: :queue } }
154154
```
155155

156156
which sets the `:solid_queue` adapter as the default for Active Job in the
157-
production environment, and connects to the `queue` database for writing.
157+
development environment, and connects to the `queue` database for writing.
158158

159159
Thereafter, you'd add `queue` to the development database configuration:
160160

0 commit comments

Comments
 (0)