The Rails application that powers OpenStreetMap
Find a file
2020-11-13 11:32:28 +00:00
.github Enable dependabot 2020-06-26 19:23:10 +01:00
app Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
bin Update to rails 6.0.1 2019-11-24 11:05:02 +00:00
config Localisation updates from https://translatewiki.net. 2020-11-09 12:47:12 +01:00
db Revert accidental changes to database structure 2020-10-08 09:51:04 +01:00
lib Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
public Revert "Block indexing of diary entries" 2019-07-02 19:45:23 +01:00
script Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
vendor/assets Update to iD v2.19.5 2020-11-09 15:12:21 -05:00
.coveralls.yml Add Coveralls support 2015-02-26 19:20:17 +00:00
.erb-lint.yml Sort cops 2020-04-15 15:55:18 +01:00
.gitignore Add support for Active Storage attachments 2019-07-09 19:17:29 +01:00
.mailmap Update mailmap 2018-10-29 12:48:32 +00:00
.rubocop.yml Use the db:seed task to load languages 2020-09-30 15:09:49 +02:00
.rubocop_todo.yml Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
.travis.yml Run tests on ruby 2.7.0 to match production systems 2020-08-02 12:12:59 +01:00
config.ru Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
CONFIGURE.md Remove outdated reference to the external gpx importer 2019-11-01 09:39:04 +01:00
CONTRIBUTING.md Use Brakeman for static code analysis 2020-07-22 13:37:38 +02:00
FAQ.md Link to official OWG Banner Policy page 2020-10-21 23:25:51 +08:00
Gemfile Bump rails from 6.0.3.3 to 6.0.3.4 2020-10-08 05:01:26 +00:00
Gemfile.lock Merge remote-tracking branch 'upstream/pull/2958' into master 2020-11-13 09:49:30 +00:00
INSTALL.md Add yarn to Ubuntu install instructions 2020-11-10 09:39:19 +00:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
package.json Merge remote-tracking branch 'upstream/pull/2756' 2020-08-07 09:09:07 +01:00
Rakefile Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
README.md Updated README.md 2020-06-29 20:09:52 +05:30
VAGRANT.md Rephrase note on vagrant providers, now that we support multiple providers 2019-10-21 11:27:48 +02:00
Vagrantfile Attempt to modernise vagrant configuration 2020-08-25 20:57:50 +01:00
Vendorfile Move jquery.cookie to be a yarn managed asset 2020-08-06 19:28:51 +01:00
yarn.lock Bump eslint from 7.12.1 to 7.13.0 2020-11-09 05:02:12 +00:00

"The Rails Port"

Build Status Coverage Status

This is The Rails Port, the Ruby on Rails application that powers the OpenStreetMap website and API. The software is also known as "openstreetmap-website".

This repository consists of:

  • The web site, including user accounts, diary entries, user-to-user messaging.
  • The XML-based editing API.
  • The integrated versions of the Potlatch, Potlatch 2 and iD editors.
  • The Browse pages - a web front-end to the OpenStreetMap data.
  • The GPX uploads, browsing and API.

A fully-functional Rails Port installation depends on other services, including map tile servers and geocoding services, that are provided by other software. The default installation uses publicly-available services to help with development and testing.

License

This software is licensed under the GNU General Public License 2.0, a copy of which can be found in the LICENSE file.

Installation

The Rails Port is a Ruby on Rails application that uses PostgreSQL as its database, and has a large number of dependencies for installation. For full details please see INSTALL.md.

Development

We're always keen to have more developers! Pull requests are very welcome.

More details on contributing to the code are in the CONTRIBUTING.md file.

Maintainers