activerecord-native_db_types_override 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/activerecord-native_db_types_override/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -98,7 +98,7 @@ Let us know if we can list a new or revised adapter here. Pull requests are welc
|
|
|
98
98
|
|
|
99
99
|
### Troubleshooting
|
|
100
100
|
|
|
101
|
-
Make sure that you add the
|
|
101
|
+
Make sure that you either add a require for the adapter before the configuration or you may get an `uninitialized constant (adapter class)` error, depending on whether something else loaded the adapter prior to configuration.
|
|
102
102
|
|
|
103
103
|
Test out a migration and include all the types defined in your adapter's NATIVE_DATABASE_TYPES if you're unsure whether it is defining things correctly, e.g. in a test project for PostgreSQL in Rails 3.1/3.2 you could do this and then look at the my_models table in your database:
|
|
104
104
|
|