The Rails application that powers OpenStreetMap
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 |
||
---|---|---|
app | ||
config | ||
db | ||
doc | ||
lib | ||
public | ||
script | ||
test | ||
vendor | ||
Rakefile | ||
README |
Documentation ============= Try `rake doc:app` and see /doc/