The Rails application that powers OpenStreetMap
Find a file
2009-05-21 14:57:03 +00:00
app Added locking around update and delete methods on main API objects. This should remove the 500 errors which come from concurrent overlapping updates. Experimental - might be too slow for production. 2009-05-21 14:57:03 +00:00
config Don't store the real database config in svn, instead store examples for Postgres and MySQL. (Reverting Edgemaster's silly revert.) 2009-05-21 14:45:16 +00:00
db Use a local lookup table for country bounding boxes rather than relying 2009-05-11 16:50:09 +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 Potlatch 1.0 2009-05-21 00:30:33 +00:00
public Potlatch 1.0 2009-05-21 00:30:33 +00:00
script Updating for rails 2.2.2 2009-05-08 18:04:08 +00:00
test Using an around_handler for catching and rendering errors in most of the API controller methods. This simplifies the code and makes errors and error messages a bit more consistent. Also added a utility method for checking the HTTP method. 2009-05-20 17:39:59 +00:00
vendor Add gem specification file to stop rake test complaining. 2009-05-08 18:12:30 +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/