The Rails application that powers OpenStreetMap
Find a file
Andy Allan e7dc2f2e55 Refactor changeset index testing to assert against objects, not db queries
This avoids the situation where tests pass despite an empty db.

Refs #2614
2020-07-22 17:39:48 +02:00
.github Enable dependabot 2020-06-26 19:23:10 +01:00
app Update iD initialization for v2.18.1 2020-07-20 16:14:28 -04:00
bin Update to rails 6.0.1 2019-11-24 11:05:02 +00:00
config Localisation updates from https://translatewiki.net. 2020-07-20 19:53:23 +02:00
db Allow bundle path to be overridden when building database functions 2020-02-23 20:30:29 +00:00
lib Fix new rubocop warnings 2020-07-07 10:44:52 +01:00
public Revert "Block indexing of diary entries" 2019-07-02 19:45:23 +01:00
script Remove some unused scripts 2020-06-03 16:15:24 +02:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Refactor changeset index testing to assert against objects, not db queries 2020-07-22 17:39:48 +02:00
vendor/assets Update to iD v2.18.2 2020-07-21 10:30:16 -04: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 Enable new cops by default 2020-04-19 19:04:32 +01:00
.rubocop_todo.yml Fix new rubocopy warnings 2020-06-24 18:49:12 +01:00
.travis.yml Switch to using selenium for system tests 2020-04-22 13:51:37 +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 Add description of the nominatim key update process 2019-10-30 15:44:43 +01:00
FAQ.md Clarify image dimensions 2017-07-17 14:03:12 -04:00
Gemfile Bump bootstrap from 4.3.1 to 4.5.0 2020-07-01 15:58:13 +00:00
Gemfile.lock Bump rubocop-performance from 1.7.0 to 1.7.1 2020-07-20 05:18:59 +00:00
INSTALL.md Switch to using selenium for system tests 2020-04-22 13:51:37 +01:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
package.json Bump eslint from 6.8.0 to 7.3.1 2020-06-26 18:24:19 +00: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 Use sshfs in preference to nfs for vagrant file sharing 2018-09-28 19:56:23 +01:00
Vendorfile Use legacy build of iD 2020-07-21 09:22:23 -04:00
yarn.lock Bump eslint from 7.4.0 to 7.5.0 2020-07-20 05:18:58 +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