This release marks the gem to be stable enough.
Added
- Delegate missing presenter class methods to a model class.
- An optional
engine:
parameter forMagic.eager_load
to be used by other engines to make their presenters visible for lookups. Magic.each_engine
to iterate over all the engines attached.
Tests
Magic::Presenter::TestCase
to test presenters.- View context with routing helpers for presenter specs.
Generators
- Generate presenters instead of helpers.
Fixed
undefined method 'configure' for module RSpec
.- Instance variables assignment in views.
Documentation
- Added a section about testing.
Full Changelog: v0.4.0...v1.0.0