rake = Rake.application rake.init # you can import addition *.rake files # app.add_import 'some/other/file.rake' rake.load_rakefile rake['db:test:prepare...
All examples here for deploy RoR application with unicorn, staging machine (where we deploys) available via ssh by ssh_key...
Assume your database.yml file looks like this: {: .yaml} development: adapter: postgresql host: localhost encoding: unicode database: proj_development
Best results in other decks
Enable local logging for Sentry when: Debugging Sentry event capture locally Testing error handling without polluting production metrics Developing background...
In Rails 8 the behavior of the rails db:migrate command has changed for fresh databases (see PR #52830).