Railscasts – Model Versioning
If you need to keep track of a model’s history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode. http://railscasts.com/episodes/177-model-versioning
Configuration Management Videos and Tutorials
If you need to keep track of a model’s history of changes and switch between versions, consider using the vestal_versions gem like I show in this episode. http://railscasts.com/episodes/177-model-versioning
Continuous integration expert Paul Duvall explains how to download, install and configure Hudson and Tomcat, run an HSQL database, run an Ant automated build, use Subversion to manage source files and administer the Hudson web application. Source of the video and additional information Related Resources * Hudson Home Page * …
RVM is a command line tool which allows us to easily install, manage and work with multiple ruby environments and sets of gems. RVM allows users to deploy each project with its own completely self contained and dedicated environment – from the specific version of ruby all the way down …
This tutorial was recorded to show how to checkout from Subversion, update, and commit.
Agile development promises faster releases, better customer alignment, higher quality, and lower development costs – however, it can be tough to scale Agile for an enterprise. This video presents the challenges of making Agile work in an enterprise environment. Learn how MKS Integrity for application lifecycle management, provides the flexibility, …
Subversion, or SVN, is a free, powerful, open-source version control system that is the de-facto standard in many IT firms. This video explains what Subversion is, why its use is considered standard in many of the top development teams in the world, and what it can do.