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

Fixes running rake commands when geokit is required but not installed yet. #28

Closed james2m closed 10 years ago

james2m commented 13 years ago

I added a little logic to not require geokit-rails when the gems rake tasks are being run so it can be installed by running rake gems:install.

mnoack commented 10 years ago

Closing as old issue (plus nowdays bundler solves this)