The Rails application that powers OpenStreetMap
Find a file
2008-11-26 11:36:10 +00:00
app Renaming the include action to expand_bbox in the changeset controller. 2008-11-26 11:36:10 +00:00
config Renaming the include action to expand_bbox in the changeset controller. 2008-11-26 11:36:10 +00:00
db Migration to add close-time to changesets. This replaces the boolean 'open' attribute. Added checks to ensure that the maximum lifetime and number of changes in a changeset are enforced. Added some tests. 2008-11-17 19:00:01 +00:00
doc cover the other extreme in the map bounary sanitizeation. Ading some documentation, which is parsed when running rake doc:app. Fixing up a couple of tests. 2008-10-26 23:43:37 +00:00
lib Make the role in relations optional, with a test to make sure it is. Also start moving the errors reading the xml to exceptions, thus making it possible to give meaningful error messages, when bad xml is sent (More work is required on this including doing the same for nodes and ways). With the latest gems update it seems that the lib xml handling was broken, using the newer method. Adding the content type for the exceptions. 2008-11-24 18:55:24 +00:00
public various fixes/enhancements, including a couple to the 0.5 version 2008-11-25 00:15:30 +00:00
script Make the cleanup script work a chunk at a time so we don't run out of 2008-08-08 15:49:29 +00:00
test Renaming the include action to expand_bbox in the changeset controller. 2008-11-26 11:36:10 +00:00
vendor Freezing composite primary key so that we can apply TomH's patch to it, and that way Potlatch will work in Rails mode without a problem. Please test. 2008-11-15 01:11:27 +00:00
Rakefile beginning of osm on rails 2006-07-28 21:41:39 +00:00
README Lots of documentation updates, plus split out potlatch libraries in to lib 2008-01-24 16:03:56 +00:00

Documentation
=============

Try `rake doc:app` and see /doc/