The Rails application that powers OpenStreetMap
Find a file
Jonas Krückel 2ec1418db5 Reduce left and right padding for the "Go" button
Firefox keeps the text on a button centered if it overflows the content
area but Webkit keeps the left edge fixed and pushes all the overflow to
the right so reducing the padding improves the look in Webkit when the
text is too long.
2010-12-21 17:21:20 +00:00
app Split the help and wiki into two links - help centre and documentation 2010-12-20 18:26:08 +00:00
config Make capitalisation of menu entries consistent 2010-12-20 18:28:13 +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 Add support for conditional deletes in changeset uploads 2010-12-15 23:59:06 +00:00
public Reduce left and right padding for the "Go" button 2010-12-21 17:21:20 +00:00
script Really get the subject extraction right this time 2010-07-07 21:24:21 +01:00
test Add support for conditional deletes in changeset uploads 2010-12-15 23:59:06 +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