Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 504 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 504 Bytes

Contributing

Setup

Run bin/setup

Running the tests

$ bin/test
$ bin/test_system

Running the dummy app

$ bin/rails s

Make sure you restart the server after making changes to the engine (including JS).

Populating the dummy app with fixtures

Run bin/load_fixtures

Releasing

Run bin/release x.y.z, use --dry to skip publishing. This is not idempotent. If releasing fails, take note of where the process left off and continue manually.