Releases: iridakos/duckrails
Releases · iridakos/duckrails
DuckRails 2.0.0 - Ruby upgrade & Dockerization
With this release:
- the application by default runs on ruby 2.4.2
- selenium features have been transformed to be compatible & run with capybara webkit driver
- Dockerfile has been added and a docker image is now available to be used for running DuckRails in production mode
DuckRails 1.2.0 version release
With this release:
Mocks can serve the same route path
Mocks can be re-ordered, thus if a route is served by more than one mocks, the one with highest priority is going to serve it
- Fixed loading registered mocks when there are pending migrations
DuckRails 1.2.0 version release
With this release:
- Mocks can serve the same route path
- Mocks can be re-ordered, thus if a route is served by more than one mocks, the one with highest priority is going to serve it
DuckRails 1.1.0 version release
DuckRails now allows activation and deactivation of mocks.
Stable version 1.0.0
v1.0.0 Stable version 1.0.0
DuckTails first release.
v0.0.1 Added version badge.