- Supply only a small subset of helper methods
- Remove aliases if they conflict
- Add Rails Engine
- Update RSpec to latest
- Only support Rails 5
- No longer auto inject mixin
- Update gemspec to follow modern standard
- Support for Rails 5
- Changes the view helpers from ApplicationHelper to ActionView::Base so
- They're avaialbel everywhere
- [roman] Added
response
andcookies
methods from Rails to the Strategy environment.