Rails app for managing the transition of websites to GOV.UK. Specifically, it's for adding and deleting sites, hostnames, and mappings for use with Bouncer.
This is a Ruby on Rails app, and should follow our Rails app conventions.
You can use the GOV.UK Docker environment to run the application and its tests with all the necessary dependencies. Follow the usage instructions to get started.
Use GOV.UK Docker to run any commands that follow.
Bouncer and Transition currently share a database. As a result, we aim to keep a few of their dependencies in sync (on the same version), namely:
- rails (Transition) and activerecord (Bouncer)
- optic14n
bundle exec rake
bundle exec sidekiq -C config/sidekiq.yml
Available at /style, the guide documents how transition is using bootstrap, where the app has diverged from default styles and any custom styles needed to fill in the gaps.
Follow the instructions in the GOV.UK Developer docs
- https://transition.staging.publishing.service.gov.uk/
- https://transition.staging.publishing.service.gov.uk/organisations/air-accidents-investigation-branch
- https://transition.staging.publishing.service.gov.uk/sites/aaib
- https://transition.staging.publishing.service.gov.uk/sites/aaib/mappings/939694/edit
- https://transition.staging.publishing.service.gov.uk/sites/aaib/mappings/bulk_add_batches/new
- https://transition.staging.publishing.service.gov.uk/sites/aaib/mappings/import_batches/new
- https://transition.staging.publishing.service.gov.uk/sites/aaib/hits/summary
A glossary of the terms used can be found in this blog post.