connection_ninja
connection_ninja copied to clipboard
rake tasks and test fixtures
Is there a way to use the existing db: rake tasks on the alternative connection database? I want to have a separate test version of the external database, locally, and load fixture data into it (machinst), although my app treats it as read-only. Suggestions? for now i just created it manually and wrote a separate rake task to seed it.