geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

My DBA is a control freak (don't force resetting of geokit_least) #107

Closed kwerle closed 8 years ago

kwerle commented 8 years ago

My DBA doesn't want regular users creating database objects/functions. Yeah, that's my problem, but it seems like something that could happen to other folks, too.

Please add a flag to not reset geokit_least on load. This ticket may also affect the geokit_least reset gap.

Frankly, it seems like the geokit_least function should be added during a migration - or that should be an option.