Another solution for disconnected unit tests
Update (9/5/07): My project has since switched over to UnitRecord for the reasons outlined by Dan Manges.
Update (9/5/07): My project has since switched over to UnitRecord for the reasons outlined by Dan Manges.
One thing that really bothers me about ruby is its use of cryptic variables such as $: and $?. For example:
We recently discovered that Rails maps a :timestamp in a migration file to an Oracle DATE instead of a TIMESTAMP. DATE types only have second precision, not ...
Since I work for a consulting company, I travel for a living. As a result, I’ve taken quite an interest in flight statistics. For example, how often is my fl...
When rendering a partial with a collection, it can be useful to know the index of the item currently being rendered. It turns out that rails provides this wi...