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
Knapsack allows you to rerun a specific job locally. This is helpful to run specs in the exactly same order...
Most of our CI pipelines don't use the --retry flag for Cucumber and instead build their own retry via...