The Rails application that powers OpenStreetMap
Find a file
2021-01-28 12:03:58 -08:00
.github Use latest major version for all github actions 2021-01-12 22:48:46 +00:00
app Avoid password manager autocompletion on user settings page 2021-01-28 11:33:01 +00:00
bin Update to rails 6.0.1 2019-11-24 11:05:02 +00:00
config Introduce docker-compose config for development 2021-01-28 12:03:58 -08:00
db Switch to using the zeitwork autoloader 2020-12-30 20:30:21 +00:00
docker Replaced raw PGSQL testing file with Osmosis-driven XML file 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 Fix new rubocop warnings 2021-01-11 19:17:31 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Refactor account form to use bootstrap 2021-01-27 17:59:58 +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 Redirect after saving settings in case the username has changed 2021-01-19 18:57:34 +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 Postgres is no longer starting 2021-01-28 12:03:58 -08:00
DOCKER.md Clarifications to Docker instructions 2021-01-28 12:03:58 -08:00
Dockerfile Replaced raw PGSQL testing file with Osmosis-driven XML file 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 Remove redundant gem requirements for unsupported ruby versions 2021-01-11 18:48:27 +00:00
Gemfile.lock Update bundle 2021-01-26 22:43:30 +00:00
INSTALL.md Update INSTALL.md to reference Docker as an option 2021-01-28 12:03:58 -08: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 eslint from 7.17.0 to 7.18.0 2021-01-18 05:01:25 +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