@@ -33,7 +33,7 @@ The schema comment looks like this:
3333 . . .
3434
3535It also annotates geometrical columns, geom type and srid, when using
36- `SpatialAdapter` or `PostgisAdapter `:
36+ `SpatialAdapter`, `PostgisAdapter` or `PostGISAdapter `:
3737
3838 # == Schema Info
3939 #
@@ -119,15 +119,6 @@ anywhere in the file:
119119
120120 # -*- SkipSchemaAnnotations
121121
122- To generate a configuration file (in the form of a `.rake` file), to set
123- default options:
124-
125- rails g annotate:install
126-
127- Edit this file to control things like output format, where annotations are
128- added (top or bottom of file), and in which artifacts.
129-
130-
131122=== Configuration in Rails
132123
133124To generate a configuration file (in the form of a `.rake` file), to set
@@ -137,6 +128,7 @@ default options:
137128
138129Edit this file to control things like output format, where annotations are
139130added (top or bottom of file), and in which artifacts.
131+
140132== Rails Integration
141133
142134By default, once you've generated a configuration file, annotate will be
@@ -148,7 +140,7 @@ change:
148140
149141To:
150142
151- 'skip_on_db_migrate' => "try ",
143+ 'skip_on_db_migrate' => "true ",
152144
153145If you want to run `rake db:migrate` as a one-off without running annotate,
154146you can do so with a simple environment variable, instead of editing the
@@ -237,6 +229,7 @@ extra carefully, and consider using one.
237229- Fabrication: http://github.com/paulelliott/fabrication
238230- SpatialAdapter: http://github.com/pdeffendol/spatial_adapter
239231- PostgisAdapter: http://github.com/nofxx/postgis_adapter
232+ - PostGISAdapter: https://github.com/dazuma/activerecord-postgis-adapter
240233
241234
242235== License
@@ -250,4 +243,5 @@ Released under the same license as Ruby. No Support. No Warranty.
250243
251244== Authors
252245
253- {See AUTHORS.rdoc}[link:AUTHORS.rdoc].
246+ {See AUTHORS.rdoc}[link:AUTHORS.rdoc].
247+
0 commit comments