This tutorial is about setting up environment for RubyOnRails on Ubuntu 14.04. First of all, update & upgrade your system:
If you getting messages like this: perl: warning: Setting locale failed. in your console, then you must configure your locales...
Download build agent archive from your TeamCity server: wget http://your_teamcity.server.com:8111/update/buildAgent.zip Unzip it in separate directory: mkdir buildAgent ^
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
Finding changes When you're looking for a specific change in Git, there are multiple axes you can choose:
Enable local logging for Sentry when: Debugging Sentry event capture locally Testing error handling without polluting production metrics Developing background...