The Rails application that powers OpenStreetMap
Find a file
Tom Hughes 09e5528ecd Don't allow STARTTLS to be used when sending mail
Ruby's mail library seems to be very picky about the certificate
validity if STARTTLS is used, so disable it.
2011-11-14 09:42:42 +00:00
app Make helpers return text instead of appending to the output buffer 2011-11-14 09:42:42 +00:00
config Don't allow STARTTLS to be used when sending mail 2011-11-14 09:42:42 +00:00
db Use Rails.xxx instead of RAILS_XXX 2011-11-14 09:42:40 +00:00
doc changed component name in trac 2009-07-25 11:47:39 +00:00
lib Use new ActionMail API to send emails 2011-11-14 09:42:41 +00:00
public Update to rails 3 2011-11-14 09:42:40 +00:00
script Update to rails 3 2011-11-14 09:42:40 +00:00
test Use Rails.xxx instead of RAILS_XXX 2011-11-14 09:42:40 +00:00
vendor Add the dynamic form plugin to get error_messages_for support back 2011-11-14 09:42:42 +00:00
.gitignore Add the .DS_Store file to the gitignore (often added by default). 2011-05-07 23:41:27 +01:00
config.ru Update to rails 3 2011-11-14 09:42:40 +00:00
Gemfile Update to rails 3 2011-11-14 09:42:40 +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-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