The Rails application that powers OpenStreetMap
Find a file
2012-02-25 15:56:30 +01:00
app Make sure we don't attach alert handler multiple times 2012-02-21 19:22:01 +00:00
config Correct misspellings of CC BY[-SA] 2012-02-25 15:56:30 +01:00
db Update schema 2012-02-23 16:05:58 +00:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib Remove unncessary include of RMagick 2012-02-21 10:46:27 +00:00
public Update Potlatch 2 to 2.3-136-g81ae8fd build 2012-02-19 11:43:54 +00:00
script Remove one more netmask reference 2012-02-08 16:09:32 +00:00
test Sort node ids in test_ways_for_node 2012-01-14 13:35:30 +00:00
vendor Remove ancient (and unused) composite_primary_keys gem 2012-02-15 17:48:17 +00:00
.gitignore Serve up paperclip attachments in a cache friendly way 2012-02-21 12:31:38 +00:00
config.ru Update to rails 3 2011-11-14 09:42:40 +00:00
Gemfile Drop rmagick as paperclip just uses the ImageMagick command line tool 2012-02-21 10:42:12 +00:00
Gemfile.lock Drop rmagick as paperclip just uses the ImageMagick command line tool 2012-02-21 10:42:12 +00:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
Rakefile Update to rails 3 2011-11-14 09:42:40 +00:00
README.mkdn Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +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

## License

This software is licensed under the GNU General Public License 2.0.
See included LICENSE file for details.