The Rails application that powers OpenStreetMap
Find a file
2021-02-09 20:39:04 +00:00
.github Update actions/cache requirement to v2.1.4 2021-02-08 07:38:32 +00:00
app Prevent CSRF bypass unblocking users 2021-02-09 20:39:04 +00:00
bin Update to rails 6.0.1 2019-11-24 11:05:02 +00:00
config Localisation updates from https://translatewiki.net. 2021-02-04 09:34:30 +01:00
db Remove /api/0.6/changes endpoint 2021-02-03 14:06:34 +00:00
docker Added complete Rails test suite 2021-01-28 12:03:58 -08:00
lib Refactor richtext fields to use a custom bootstrap_form input. 2021-01-13 14:05:39 +00:00
public Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
script Remove /api/0.6/changes endpoint 2021-02-03 14:06:34 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Prevent CSRF bypass unblocking users 2021-02-09 20:39:04 +00:00
vendor/assets Merge remote-tracking branch 'upstream/pull/2994' 2021-01-13 20:40:48 +00:00
.dockerignore Added new parallel test job for docker-compose 2021-01-28 12:03:58 -08:00
.erb-lint.yml Sort cops 2020-04-15 15:55:18 +01:00
.gitignore Introduce docker-compose config for development 2021-01-28 12:03:58 -08:00
.mailmap Update mailmap 2018-10-29 12:48:32 +00:00
.rubocop.yml Restore ruby 2.5 compatibility 2021-01-11 20:04:13 +00:00
.rubocop_todo.yml Update to Omniauth 2.x 2021-02-02 19:49:03 +00:00
config.ru Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
CONFIGURE.md Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
CONTRIBUTING.md Use Brakeman for static code analysis 2020-07-22 13:37:38 +02:00
docker-compose.yml Added /home/osm/traces and /home/osm/images to persistent Docker-compose volumes 2021-01-28 12:03:58 -08:00
DOCKER.md Prevent node_modules from mounting to save rake yarn:install step 2021-01-28 12:03:58 -08:00
Dockerfile Added /home/osm/traces and /home/osm/images to persistent Docker-compose volumes 2021-01-28 12:03:58 -08:00
FAQ.md Link to official OWG Banner Policy page 2020-10-21 23:25:51 +08:00
Gemfile Update to Omniauth 2.x 2021-02-02 19:49:03 +00:00
Gemfile.lock Update to Omniauth 2.x 2021-02-02 19:49:03 +00:00
INSTALL.md Merge pull request #2409 from jalessio/docker-compose-take2 2021-02-03 18:07:29 +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 Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
VAGRANT.md Rephrase note on vagrant providers, now that we support multiple providers 2019-10-21 11:27:48 +02:00
Vagrantfile Increase memory given to the virtualbox vm 2020-12-16 18:25:39 +00:00
Vendorfile Move jquery.cookie to be a yarn managed asset 2020-08-06 19:28:51 +01:00
yarn.lock Bump leaflet.locatecontrol from 0.72.0 to 0.72.2 2021-02-08 05:01:26 +00:00

"The Rails Port"

Lint Tests 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 version of the 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