File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,25 @@ Rails as of Rails 3.0.3, so we hope it will get rectified at some point.
149149
150150=== Development and support
151151
152+ ==== Set-up
153+
154+ Create a test database configuration file <tt>test/database.yml</tt> with the following content (replace with proper dbname/username/password):
155+
156+ adapter: mysql2spatial
157+ encoding: utf8
158+ reconnect: true
159+ host: localhost
160+ database: YOUR_DATABASE_NAME
161+ username: YOUR_USER_NAME
162+ password: PASSWORD_OR_NOTHING
163+
164+ Install required gems with <tt>bundle install</tt> (remove Gemfile.lock and then install gems if there are any issues with gem versions).
165+
166+ Run the test suite before committing or publishing any changes:
167+
168+ bundle exec rake test
169+
170+
152171Documentation is available at http://rgeo.github.com/activerecord-mysql2spatial-adapter/rdoc
153172
154173Source code is hosted on Github at http://github.com/rgeo/activerecord-mysql2spatial-adapter
You can’t perform that action at this time.
0 commit comments