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
Why Rails has multiple schema formats When you run migrations, Rails will write your current database schema into db/schema.rb. This...
Sometime we've seen this error when executing e.g. bundle exec rake asset:precompile: double free or corruption (out)