GIT Branching Online Training
There is a nice little Online Training for Git branching available. You can interactively learn all the basics and some more advanced features.
Information about Programing & Server related topics
There is a nice little Online Training for Git branching available. You can interactively learn all the basics and some more advanced features.
There is a nice guard introduction on tutsplus that shows how to use guard with SASS and coffeescript.
I had quite some problems getting capistrano to check out the repository. After some hours i found this bug report: http://jira.codehaus.org/browse/JRUBY-6181 So there is an error with ssh key forwarding in jruby. This is...
Install Capistrano: jruby -S gem install jruby-openssl ffi-ncurses capistrano Capify project: jruby -S capify . Add this to the Capfile: require ‘org.torquebox.capistrano-support’ require ‘bundler/capistrano’ Important is that the servers are in the ssh allowed...
I got the error rake aborted! no such file to load — torquebox/capistrano/support while trying to deploy my torquebox app with capistrano. I looked quite some time without finding a solution, but in the...
Recent Comments