Added project status and asynchronous initialization

This commit is contained in:
2025-10-21 22:53:32 +03:00
parent 25f8e3ad42
commit 293bc06d1e
7 changed files with 62 additions and 11 deletions
+14 -4
View File
@@ -18,15 +18,25 @@ default: &default
host: <%= ENV.fetch("DB_HOST") { "127.0.0.1" } %>
development:
<<: *default
database: subtle_storm_development
primary:
<<: *default
database: subtle_storm_development
queue:
<<: *default
database: subtle_storm_development_queue
migrations_paths: db/queue_migrate
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: subtle_storm_test
primary:
<<: *default
database: subtle_storm_test
queue:
<<: *default
database: subtle_storm_test_queue
migrations_paths: db/queue_migrate
# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is