Category Archives: rails

SelfDiagnose for Ruby on Rails

SelfDianogse is a library of tasks to diagnose a running system with respect to its dependent external resources. Recently, I did some Rails development and was thinking about how to implement it for the Ruby on Rails framework ? Obvious … Continue reading

Posted in rails, SelfDiagnose | Tagged , , , | Comments Off

Amazon Web Services Test Drive Needed

Designing and implementing applications that make use of Amazon Web Services such as S3, SQS and SimpleDB, require extensive testing to ensure a robust integration. In addition to scenarios for the “happy flows”, test scenarios should be created to handle … Continue reading

Posted in rails, s3 | Tagged , , , , | 1 Comment

Deploying Flex using Capistrano

Capistrano is a deployment tool initially created to support the remote installation of Rails applications. One of the assumptions Capistrano makes is that the application (source) can be pulled out of a source code management system such as Subversion. In … Continue reading

Posted in capistrano, flex, rails | Tagged , , | 2 Comments