The Rails application that powers OpenStreetMap
Find a file
Matt Amos 42ef10ba80 Avoid integer overflow when computing shortcodes
Although javascript's numbers are double precision floating point
number which support 52 bits of precision the bitwise operations are
only guaranteed to work at 32 bits of precision so we need to avoid
relying on them doing more than that.
2010-12-05 11:00:57 +00:00
app Add a javascript callback for Potlatch 2 to update links as the map moves 2010-12-03 15:08:48 +00:00
config Replace JOSM editing option with generic Remote Control option 2010-12-01 09:25:27 +00:00
db Initial work on support for multiple editors 2010-11-29 12:20:21 +00:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib Replace JOSM editing option with generic Remote Control option 2010-12-01 09:25:27 +00:00
public Avoid integer overflow when computing shortcodes 2010-12-05 11:00:57 +00:00
script Really get the subject extraction right this time 2010-07-07 21:24:21 +01:00
test Fix test for change to editor options 2010-12-01 09:27:12 +00:00
vendor Remove oauth-plugin from vendor and require gem version instead 2010-09-21 16:20:30 +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