The Rails application that powers OpenStreetMap
Find a file
2009-10-20 22:14:32 +00:00
app Move render :text to write out each result as it's received, rather than assembling them into a big array and writing this at the end. Theoretically this should permit streaming, but Rails appears not to be that clever. Nonetheless it reduces memory usage when assembling a big bunch of getways and that has to be worthwhile 2009-10-20 22:14:32 +00:00
config Localisation updates from translatewiki.net (2009-10-20) 2009-10-20 21:45:06 +00:00
db Don't bother creating the user index on user_roles as migration 48 will 2009-10-01 20:04:33 +00:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib [18163] commited by me yesterday (and reverted in [18165]) was 2009-10-15 08:21:57 +00:00
public Compiled version of Ævar's tweaks 2009-10-16 15:14:14 +00:00
script Ignore traces which have not been inserted yet when calculating 2009-10-15 10:09:33 +00:00
test Added a :display_name option for the changesets query code. 2009-10-12 10:12:12 +00:00
vendor Import extra rails translations from http://github.com/svenfuchs/rails-i18n. 2009-09-30 23:26: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/