Releases: apexatoll/kangaru
Releases · apexatoll/kangaru
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.2
v0.1.1
Changes
- Bundle signatures with Gem release
- Implemented Kangaru.application! which renders an error when application has not beein initialised to promote greater type safety
- Applications now have one Router instance which can be reused for multiple requests through the
resolve
method - Only render default view if controller action returns a truthy value
- Extend RSpec integration
- Run specs in a rolled-back database transaction
- Implement RequestHelper for testing controllers