Sha256: f2dcef96dbf6397e2c90c3748d77de31b0e83535bd023f7660403b00000e2a58
Contents?: true
Size: 536 Bytes
Versions: 2
Compression:
Stored size: 536 Bytes
Contents
= Running Tests You will need to set up empty databases for each adapter you want to test. == PostgreSQL Create an empty database "spatial_adapter" and ensure that the PostGIS extensions are loaded. run "rake spec:postgresql" to run the specs == MySQL Create an empty database "spatial_adapter" - the spatial extensions are already available. run "rake spec:mysql" to run the specs == MySQL2 Create an empty database "spatial_adapter" - the spatial extensions are already available. run "rake spec:mysql2" to run the specs
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rs_spatial_adapter-1.2.0 | spec/README.txt |
spatial_adapter-1.2.0 | spec/README.txt |