Wildfalcon

Thinking and developing in everything – by Laurie Young

Category archive for ‘Development’ rss

  • Is Rails Stagnating?

    The reason Rails is so amazing is the way it pushed the boundaries, and made everyone accept an order of magnitude improvement.
    On a business level, it made it an order of maginitude easier to create a websites. Companies that could not afford websites now can. Small teams that did not have the ability to build [...]

  • Capistrano Task Graph and 3 reasons why it sucks

    Core Capistrano task dependency tree

    Capistrano comes with a set of tasks ready to deploy your application. Unfortunately it doesn’t come with an easy way to view  those tasks, and how they are related. Here is the graph you are probably looking for

    This is a pretty crappy state of play! Given that Capistrano is the recommended way to deploy your [...]