The Rails application that powers OpenStreetMap
Find a file
Tom Hughes 594960dc63 Add user_id + created_at index to changesets
Browsing changesets for a user will be much faster if we can get the
user's changesets in date order.
2010-05-13 18:16:31 +01:00
app Add parentheses to avoid warning 2010-05-11 19:13:38 +01:00
config Switch to date stamped migrations to make branching easier to handle 2010-05-13 18:16:00 +01:00
db Add user_id + created_at index to changesets 2010-05-13 18:16:31 +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 Merge branch 'master' into terms 2010-05-07 22:23:20 +01:00
script Update various files to match current rails versions 2010-05-13 10:54:16 +01:00
test Update test to reflect changes in signup page 2010-05-11 19:17:14 +01:00
vendor Updated rails translations from http://github.com/svenfuchs/rails-i18n 2010-04-30 09:18:35 +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