-
domains
- controllers
- entities
- factories
- adapters
- repositories
- workers
- usecases
- services
- view_objects
-
spec
- domains
-
config
-
tasks
-
lib
rackup
rerun rackup
dotenv -t .env
rack routes
rake aws:access
dotenv bundle exec sidekiq -r ./domains/workers_init.rb -C ./config/sidekiq.yml
cap -T
cap [env] puma:config
cap [env] puma:restart
bundle exec cap [env] deploy
add
--dry-run
to simulate all deploy tasks without execute them
rspec
Check the code whether require the gem only installed in development or test or not, e.g. require byebug
It will cause the puma server starting failed, puma access log will only log "early terminatation of worker"
DIFFICULT TO DEBUG