The Rails application that powers OpenStreetMap
Find a file
Tom Hughes 5db8031c23 Make sure all forms have the correct authenticity token
A cached page may include forms, which will then have the wrong
authenticity token, so after the page has finished loading we fix
up those tokens using the one from the meta tags which will always
be correct as we never cache the layout.
2011-11-25 09:41:15 +00:00
app Make sure all forms have the correct authenticity token 2011-11-25 09:41:15 +00:00
config Replace @ with ~ in the shortlink 2011-11-24 22:27:16 +00:00
db Make OAuth work again 2011-11-16 21:13:25 +00:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib Replace @ with ~ in the shortlink 2011-11-24 22:27:16 +00:00
public Update Potlatch 2 to 2.3-94-gad42530 build 2011-11-24 19:23:12 +00:00
script Update message delivery script to work with rails 3 2011-11-16 15:42:43 +00:00
test Replace @ with ~ in the shortlink 2011-11-24 22:27:16 +00:00
vendor Drop the sql_session_store plugin 2011-11-14 09:42:55 +00:00
.gitignore Ignore the compiled asset directory 2011-11-14 09:42:54 +00:00
config.ru Update to rails 3 2011-11-14 09:42:40 +00:00
Gemfile Update to rails 3.1.3 2011-11-21 09:19:04 +00:00
Gemfile.lock Update to rails 3.1.3 2011-11-21 09:19:04 +00:00
Rakefile Update to rails 3 2011-11-14 09:42:40 +00:00
README.mkdn Updated README to points to the wiki, git etc. 2010-05-10 14:21:28 +01: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