Legacy Databases, Testing, and Us
Let's learn about the legacy database testing.
We'll cover the following...
If our legacy application has only a nodding relationship with Rails’ common standards, chances are the database is also a mess. Many issues that plague a legacy database can be frustrating (such as odd naming conventions or unusual use of ActiveRecord features). Still, they don’t affect our ...