The Rails application that powers OpenStreetMap
Find a file
Ævar Arnfjörð Bjarmason e0eb2b79b7 [18163] commited by me yesterday (and reverted in [18165]) was
broken. I didn't restart rails when testing it because I thought lib/
was auto-refreshed as well and that:

    ruby -e 'x = []; x[0]["foo"] = "bar"'

Would work and autovify like it does in Perl. But no, you have to do:

    ruby -e 'x = [{}]; x[0]["foo"] = "bar"'

This commit is equivalent to [18163] aside from that fix to lib/potlatch.rb
2009-10-15 08:21:57 +00:00
app [18163] commited by me yesterday (and reverted in [18165]) was 2009-10-15 08:21:57 +00:00
config [18163] commited by me yesterday (and reverted in [18165]) was 2009-10-15 08:21:57 +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 Ævar's enhancement to write the language in created_by 2009-10-14 21:18:13 +00:00
script Translatewiki URLs changed. Adjust script to match 2009-10-01 13:41:51 +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/