The Rails application that powers OpenStreetMap
Find a file
Ævar Arnfjörð Bjarmason 4e809b868f wiki_pages: Grab a very long "Isle of Man" tag from the wiki
This funky line wrapping is actually not a YAML syntax error:

    $ ruby -ryaml -rpp -e 'x = YAML.load(File.read("config/wiki_pages.yml")); pp x'|grep -B1 'Isle of'
         "source=Isle_of_Man_Government_aerial_imagery_(2001)"=>
          "Tag:source=Isle of Man Government aerial imagery (2001)",
    --
         "source=Isle_of_Man_Government_1:25000_map_(2007)"=>
          "Tag:source=Isle of Man Government 1:25000 map (2007)",

Abandon all hope ye who use YAML.
2010-06-17 13:17:51 +00:00
app Link SOTM advert to the landing page 2010-06-16 21:16:42 +01:00
config wiki_pages: Grab a very long "Isle of Man" tag from the wiki 2010-06-17 13:17:51 +00:00
db Fix some bogus down migrations 2010-05-16 12:10:28 +01:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib Ignore unknown countries when doing geolocation 2010-05-13 15:32:46 +01:00
public Add advert for SOTM 2010 to sidebar 2010-06-08 17:09:21 +01:00
script Update various files to match current rails versions 2010-05-13 10:54:16 +01:00
test Revert "Switch to using oauth-plugin as a gem" 2010-06-07 16:01:04 +01:00
vendor Correct name of ActiveRecord 2010-06-15 17:12:55 +01:00
.gitignore Ignore some more files. 2010-04-19 16:48:10 +01:00
Rakefile beginning of osm on rails 2006-07-28 21:41:39 +00:00
README.mkdn Updated README to points to the wiki, git etc. 2010-05-09 16:13:15 +00:00

# Description

This is the Rails port. The Ruby on Rails application that powers
http://www.openstreetmap.org.

# Running it

You can find documentation on how to setup and run the software on the
OpenStreetMap wiki:

* http://wiki.openstreetmap.org/wiki/The_Rails_Port
    
# Hacking it

The canonnical Git repository for this software is hosted at
git.openstreetmap.org:

* http://git.openstreetmap.org/?p=rails.git
    
See commiting to the rails port on the wiki for getting your patches
integrated:

* http://wiki.openstreetmap.org/wiki/Committing_to_the_rails_port