Vlad the Deployer is pragmatic application deployment automation,
without mercy. Much like Capistrano, but with 1/10th the
complexity. Vlad integrates seamlessly with Rake, and uses familiar
and standard tools like ssh and rsync.
Impale your application on the heartless spike of the Deployer.
Changes:
2.6.1 / 2013-07-23
1 bug fix:
Fixed update_symlinks from assigning to ops, changing type.
(dennisrelmann)
Thanks Ryan
Your link is broken, I think change link ~/vlad> to ~/vlad
Not true: there’s a defacto standard on the internet to delimit
URIs/URLs with angle-brackets, for example: when a URL is longer than 74
characters and sent in plaintext email (i.e. it gets line-wrapped), the
angle-brackets help the client detect the real end of the URL, otherwise
it would have to assume the URL ends at the end of the line.
This standard has carried over to many online mailing lists and forums.
When Ryan posted his plaintext message, he included the <>, to make it
clear to everyone what parts of his message were URIs. When the forum
software renders the message into HTML, the hyperlink it inserts
incorrectly includes the closing angle-bracket > (notice how the opening
bracket < is not part of the link?). This is an artefact of the
collision between the URI standard’s set of allowed characters, and the
defacto standard of using <> to delimit URIs.
Note: when I received the original message as an email, Gmail correctly
recognised the <>, and only linked to …/~vlad
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.