The Rails application that powers OpenStreetMap
Find a file
Harry Wood 1714e2f02d Remove section on removed rake doc:app
Remove the section of contributing docs about how `rake doc:app` can be used to generate some sort of documentation. That will not work any more, since this task was removed from Rails v5 because people don't generally use it! https://stackoverflow.com/a/36804474/338265
2022-02-12 18:06:48 +00:00
.github Allow blank issue templates 2022-01-19 16:14:03 +00:00
app Merge remote-tracking branch 'upstream/pull/3419' 2022-02-03 18:37:12 +00:00
bin Pass --ignore-engines to yarn 2021-07-27 19:17:13 +01:00
config Localisation updates from https://translatewiki.net. 2022-02-10 13:11:21 +01:00
db Index note comments by author and date 2022-02-01 18:48:18 +00:00
docker Added note about password and privileges for OSM DB user 2021-02-12 22:56:17 -08:00
lib Switch to Argon2 for password hashing 2021-11-03 20:39:31 +00:00
public Remove both Potlatch versions 2021-01-05 21:18:45 +00:00
script Remove xid_to_int4 postgres function 2021-08-06 00:15:40 +01:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Merge remote-tracking branch 'upstream/pull/3419' 2022-02-03 18:37:12 +00:00
vendor/assets Update to iD v2.20.4 2022-02-03 16:19:01 +01:00
.dockerignore Added new parallel test job for docker-compose 2021-01-28 12:03:58 -08:00
.editorconfig Add .editorconfig 2021-09-07 10:46:02 +01:00
.erb-lint.yml Sort cops 2020-04-15 15:55:18 +01:00
.gitattributes Use autodetection for text files 2021-09-12 18:51:51 +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 Merge remote-tracking branch 'upstream/pull/3177' 2021-06-24 08:43:18 +01:00
.rubocop_todo.yml Remove form_action restrictions for ouath2_authorizations#create 2022-01-17 09:33:28 +00:00
config.ru Update to rails 6.1.3.2 2021-05-12 18:49:21 +01:00
CONFIGURE.md Remove xid_to_int4 postgres function 2021-08-06 00:15:40 +01:00
CONTRIBUTING.md Remove section on removed rake doc:app 2022-02-12 18:06:48 +00:00
docker-compose.yml Removed ENABLE_BOOTSNAP environment variable 2021-02-12 22:56:17 -08:00
DOCKER.md Switch to using 'rails test:all' in documentation and CI 2021-05-19 13:39:37 +01:00
Dockerfile Add --ignore-engines for yarn in the Dockerfile 2021-07-28 10:14:49 +01:00
FAQ.md Update banner FAQ. 2021-07-02 05:49:06 -07:00
Gemfile Update to rails 6.1.4.6 2022-02-11 22:20:11 +00:00
Gemfile.lock Update to rails 6.1.4.6 2022-02-11 22:20:11 +00:00
INSTALL.md Remove xid_to_int4 postgres function 2021-08-06 00:15:40 +01:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
package.json Revert to the last es5-compatible version of locatecontrol 2021-12-01 13:25:04 +00:00
Rakefile Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
README.md Remove mention of trac in README 2021-10-06 14:53:46 +01:00
VAGRANT.md Switch to using 'rails test:all' in documentation and CI 2021-05-19 13:39:37 +01:00
Vagrantfile Increase memory given to the virtualbox vm 2020-12-16 18:25:39 +00:00
Vendorfile Switch github URLs to use https 2022-01-11 21:16:11 +00:00
yarn.lock Bump eslint from 8.7.0 to 8.8.0 2022-01-28 23:00:33 +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