Publisher is sometimes referred to as "mainstream publisher".
This application depends on imminence to provide geographical search tools.
- Answer
- Completed transaction
- Guide
- Help page
- Licence
- Local transactions
- Place
- Service sign in
- Simple smart answer
- Transaction
- Campaign
- Programme
- Video
- Business Support - used to be retired, and the documents remained visible, now they're fully removed as editions and no longer visible in the app (although the artefacts do still exist). They have been fully migrated to specialist-publisher.
- Artefact: a document on GOV.UK.
This is a Rails application 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.
The default rake
task runs all the tests:
bundle exec rake
Maps out the transitions between states for the Edition
class. These transitions are defined in the workflow module.
A diagram of the current state machine can be seen here: state machine diagram.
The diagram can be (re)generated using the state_machines-graphviz gem, by doing:
bundle exec rake state_machines:draw CLASS=Edition TARGET=docs
This will generate a diagram in the docs/state_machines
folder.
These pages do not have an admin interface and are instead managed through rake tasks.
See the README for more details.