README.rdoc in nofxx-postgis_adapter-0.5.7 vs README.rdoc in nofxx-postgis_adapter-0.7.0
- old
+ new
@@ -77,11 +77,11 @@
Here are this fork additions. To use it:
class Street < ActiveRecord::Base
- acts_as_geom :line
+ acts_as_geom :line => :line_string
end
...
@place = Poi.new( :data => **Point** )
@@ -322,10 +322,10 @@
Postgis Adapter is released under the MIT license.
== Support
-Tested using rails 2.2.2/2.3.0 / postgresql 8.3.5 / postgis 1.3.3 / linux / osx
+Tested using rails 2.2.2/2.3.3 / postgresql 8.3.7 / postgis 1.3.3 / linux / osx
Any questions, enhancement proposals, bug notifications or corrections:
=== PostgisAdapter