When things go wrong, for example, caused by a bad commit, we need to revert back to an earlier known...
jonathannicol.com
"git is not a deployment tool, so don't do that" http://gitolite.com/deploy.html Set up SSH keys
brandonsummers.name
http://jonathannicol.com/blog/2013/11/19/automated-git-deployments-from-bitbucket/ http://symmetrycode.com/super-easy-deployment-with-git-and-bitbucket/ Bitbucket provides git hooks that can be used for code deployment. Code...
Best results in other decks
Rails wraps your parameters into an interface called StrongParameters. In most cases, your form submits your data in a nested...
TL;DR: Rails ships two methods to convert strings to constants, constantize and safe_constantize. Neither is safe for untrusted...