The Rails application that powers OpenStreetMap
Find a file
Tom Hughes bcbbf1944b Don't bother running GC as it doesn't seem to get as much memory back
anyway plus the run_gc! method in the fastcgi dispatcher is a disaster
as it disables GC completely except for when it is forced by making a
call to the run_gc! method.
2009-04-28 14:07:51 +00:00
app Add a changeset cache to stop us looking up the same changeset over 2009-04-28 13:40:30 +00:00
config Remove old code to exit after 10000 requests as the memory limit code 2009-04-26 23:14:20 +00:00
db Add some extra indexes to the changesets table. 2009-04-20 14:54:05 +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 Improve the node/way/relation already deleted error message, and get rid bug in way model with missing new in exception 2009-04-27 11:49:56 +00:00
public Don't bother running GC as it doesn't seem to get as much memory back 2009-04-28 14:07:51 +00:00
script Use postgres interval syntax. 2009-04-22 13:41:17 +00:00
test Fix the node and relation tests from when the users with data public=false were disallowed from editing. Needed extra fixtures. 2009-04-27 11:57:58 +00:00
vendor Cope with sessions which don't exist. 2009-04-28 12:08:47 +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/