Changeset [6d9884054c8f9c169a32289baddc826f6b26434b] by Kosuke Tanabe
February 28th, 2009 @ 01:16 PM
using acts_as_geocodable http://github.com/nabeta/next-l/...
Committed by Kosuke Tanabe
- M app/controllers/libraries_controller.rb
- M app/controllers/manifestations_controller.rb
- M app/controllers/patrons_controller.rb
- M app/controllers/users_controller.rb
- M app/models/item.rb
- M app/models/library.rb
- M app/models/manifestation.rb
- M app/views/libraries/_map.html.erb
- M app/views/libraries/edit.html.erb
- M app/views/libraries/index.html.erb
- M app/views/libraries/new.html.erb
- M app/views/libraries/show.html.erb
- M app/views/page/_footer.html.erb
- M app/views/page/_include.html.erb
- M config/environment.rb.sample
- M config/gmaps_api_key.yml.sample
- M config/locales/translation_en.yml
- M config/locales/translation_ja.yml
- M db/migrate/001_create_patrons.rb
- M db/migrate/059_create_libraries.rb
- M db/migrate/20090208071901_create_people.rb
- M db/migrate/20090208071910_create_corporate_bodies.rb
- M db/migrate/20090208072000_create_families.rb
- M db/migrate/20090228023320_add_geocodable_tables.rb
- M test/fixtures/libraries.yml
- M vendor/plugins/acts_as_geocodable/.gitignore
- M vendor/plugins/acts_as_geocodable/CHANGELOG
- M vendor/plugins/acts_as_geocodable/MIT-LICENSE
- M vendor/plugins/acts_as_geocodable/README
- M vendor/plugins/acts_as_geocodable/Rakefile
- M vendor/plugins/acts_as_geocodable/about.yml
- M vendor/plugins/acts_as_geocodable/generators/geocodable_migration/USAGE
- M vendor/plugins/acts_as_geocodable/generators/geocodable_migration/geocodable_migration_generator.rb
- M vendor/plugins/acts_as_geocodable/generators/geocodable_migration/templates/migration.rb
- M vendor/plugins/acts_as_geocodable/init.rb
- M vendor/plugins/acts_as_geocodable/install.rb
- M vendor/plugins/acts_as_geocodable/lib/acts_as_geocodable.rb
- M vendor/plugins/acts_as_geocodable/lib/compatibility.rb
- M vendor/plugins/acts_as_geocodable/lib/geocode.rb
- M vendor/plugins/acts_as_geocodable/lib/geocoding.rb
- M vendor/plugins/acts_as_geocodable/lib/remote_location.rb
- M vendor/plugins/acts_as_geocodable/tasks/acts_as_geocodable_tasks.rake
- M vendor/plugins/acts_as_geocodable/test/acts_as_geocodable_test.rb
- M vendor/plugins/acts_as_geocodable/test/db/database.yml
- M vendor/plugins/acts_as_geocodable/test/db/schema.rb
- M vendor/plugins/acts_as_geocodable/test/fixtures/cities.yml
- M vendor/plugins/acts_as_geocodable/test/fixtures/geocodes.yml
- M vendor/plugins/acts_as_geocodable/test/fixtures/geocodings.yml
- M vendor/plugins/acts_as_geocodable/test/fixtures/vacations.yml
- M vendor/plugins/acts_as_geocodable/test/geocode_test.rb
- M vendor/plugins/acts_as_geocodable/test/test_helper.rb
- M vendor/plugins/acts_as_geocodable/uninstall.rb
- M vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb
- M vendor/plugins/calendar_helper/.gitignore
- M vendor/plugins/calendar_helper/test/calendar_helper_test.rb
- M vendor/plugins/geokit/.gitignore
- M vendor/plugins/geokit/History.txt
- M vendor/plugins/geokit/Manifest.txt
- M vendor/plugins/geokit/README.markdown
- M vendor/plugins/geokit/Rakefile
- M vendor/plugins/geokit/geokit.gemspec
- M vendor/plugins/geokit/lib/geocoders.rb
- M vendor/plugins/geokit/lib/geokit.rb
- M vendor/plugins/geokit/lib/mappable.rb
- M vendor/plugins/geokit/test/test_base_geocoder.rb
- M vendor/plugins/geokit/test/test_bounds.rb
- M vendor/plugins/geokit/test/test_ca_geocoder.rb
- M vendor/plugins/geokit/test/test_geoloc.rb
- M vendor/plugins/geokit/test/test_google_geocoder.rb
- M vendor/plugins/geokit/test/test_latlng.rb
- M vendor/plugins/geokit/test/test_multi_geocoder.rb
- M vendor/plugins/geokit/test/test_us_geocoder.rb
- M vendor/plugins/geokit/test/test_yahoo_geocoder.rb
- M vendor/plugins/google_maps/README
- M vendor/plugins/google_maps/Rakefile
- M vendor/plugins/google_maps/lib/google_map.rb
- M vendor/plugins/google_maps/lib/google_map_icon.rb
- M vendor/plugins/google_maps/lib/google_map_letter_icon.rb
- M vendor/plugins/google_maps/lib/google_map_marker.rb
- M vendor/plugins/google_maps/lib/google_map_small_icon.rb
- M vendor/plugins/google_maps/lib/unbacked_dom_id.rb
- M vendor/plugins/google_maps/test/google_map_test.rb
- M vendor/plugins/google_maps/test/test_helper.rb
- M vendor/plugins/ym4r_gm/README
- M vendor/plugins/ym4r_gm/gmaps_api_key.yml.sample
- M vendor/plugins/ym4r_gm/init.rb
- M vendor/plugins/ym4r_gm/install.rb
- M vendor/plugins/ym4r_gm/javascript/clusterer.js
- M vendor/plugins/ym4r_gm/javascript/geoRssOverlay.js
- M vendor/plugins/ym4r_gm/javascript/markerGroup.js
- M vendor/plugins/ym4r_gm/javascript/wms-gs.js
- M vendor/plugins/ym4r_gm/javascript/ym4r-gm.js
- M vendor/plugins/ym4r_gm/lib/gm_plugin/control.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/geocoding.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/helper.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/key.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/layer.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/map.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/mapping.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/overlay.rb
- M vendor/plugins/ym4r_gm/lib/gm_plugin/point.rb
- M vendor/plugins/ym4r_gm/lib/ym4r_gm.rb
- M vendor/plugins/ym4r_gm/rakefile.rb
- M vendor/plugins/ym4r_gm/tasks/gm_tasks.rake
- M vendor/plugins/ym4r_gm/test/gm_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
integrated library system developed in Japan
http://www.next-l.jp/