Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Update `require` paths in database client files | Teddy Wing | |
Change the paths in the code to conform to the new file layout introduced in b700c1bef89a67a64f1040fb6bb03c0320eefe91. | |||
2017-04-29 | Rename database client files to put them in a `Client` module | Teddy Wing | |
Will be modifying the class names in the next commit. Here we change the file names & locations of the database client files. The format changes thusly: <adapter>_client.rb -> client/<adapter>.rb This organisation feels cleaner to me. Wasn't liking the previous structure. |