The Rails application that powers OpenStreetMap
Find a file
2020-12-21 09:45:22 +00:00
.github Enable dependabot for github actions 2020-12-10 00:11:50 +00:00
app Merge pull request #3009 from gravitystorm/svg_icons 2020-12-17 11:44:22 +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-12-17 15:21:34 +01:00
db Convert id column for oauth_nonces to bigint 2020-12-14 14:48:59 +00:00
lib Ignore GPX archive entries that aren't regular files 2020-12-16 11:17:51 +00:00
public Revert "Block indexing of diary entries" 2019-07-02 19:45:23 +01:00
script Add actions workflow to run tests 2020-12-09 22:07:40 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Make coverage testing work with parallel tests 2020-12-18 22:39:23 +00:00
vendor/assets Update to iD v2.19.5 2020-11-09 15:12:21 -05: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 Fix HTML escaping issues with user role icons 2020-11-13 15:13:37 +00: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 Move coveralls submission to actions workflow 2020-12-10 00:11:50 +00:00
Gemfile.lock Merge remote-tracking branch 'upstream/pull/3002' 2020-12-16 19:17:22 +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 Remove travis-ci support 2020-12-10 00:11:50 +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.15.0 to 7.16.0 2020-12-21 05:03:00 +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 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