Tableless Ruby On Rails Model
If you want to create a Ruby on Rails model without a database backend, you simply need to define a couple methods in the model like I show in this episode. http://railscasts.com/episodes/193-tableless-model
Open Source Tools for Software Development Videos and Tutorials
If you want to create a Ruby on Rails model without a database backend, you simply need to define a couple methods in the model like I show in this episode. http://railscasts.com/episodes/193-tableless-model
GUITAR is a suite of models, components, and tools for automated testing of software applications that have a Graphical User Interface (GUI) front-end. Resources: * GUITAR web site * Model-Based Testing Adds Value
This video explores the NoSQL movement: the general alternatives to relational databases (key-value stores, document-oriented databases, and graph databases) and some of the domains in which they provide the best fit. It also looks at ways to resolve the tension between relational databases and the alternatives, with examples of hybrid …
Starting with an empty workspace, this video begins with a demonstration of basic Test Driven Development in Java using Eclipse. From basic tests and basic production code, to refactoring, and some splashes of Behavior Driven Development, watch production code get created test first. Video producer
In this episode we are going to take a look at how to use setup and configure Fluent NHibernate for usage. We will focus on how to setup your database settings as well as how to get your Fluent NHibernate mappings registered into the system. http://www.dimecasts.net/Content/WatchEpisode/166
This screencast demonstrates how to use Rake to build .NET solution, run unit tests and build documentation. Rake with Ruby is a perfect combination which will eliminate Nant and MSBuild hell.