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

Updated Rails 3 docs? #20

Closed SeanJA closed 3 years ago

SeanJA commented 13 years ago

For the newbie rails developers, it would be nice if there were docs for installing on rails 3 (assuming it works there...).

Add this to Configuration/Gemfile.rb: gem 'geokit' make sure you have bundler: http://github.com/schacon/bundler run bundle install in the command line

ryankopf commented 3 years ago

Closing this as completed.