Search Results For "code"
Log
... he source code repository.
namespace :config do
task :db do
upload('db.yml', "#{deploy_to}/current/db.yml")
end
end
before "deploy:restart", "config:db"
The whole capistrano configuration file is on github.
0 comments
Printer friendly
....
About
... ghlighted code snippets are generated using Syntax Highlighter. The blog comments are protected from spam using akismet. My identi.ca updates are displayed by the Laconica badge. ....
Linux commands
... ndow application via an ssh connection (provided that the host computer does support the particular toolkit).$ ssh -l <loginname> <remote-host> -X -C <path-to-application> Print out manpagePrints out a manpage in a nicely formatted way.$ man <manpage> | col -b | ul -t dumb | lpr ....
Vim engaged
... ion (e.g. code blocks between braces) :set cindentUse this option with caution (same as with expandtab) case insensitive search :set ignorecaseshow invisible characters :set listCommandscustom shortcuts for string insertionThe following command sets a custom String that will be inserted every time short ....
