All Versions
22
Latest Version
Avg Release Cycle
148 days
Latest Release
1294 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.1
June 17, 2014 -
v1.3.0 Changes
October 26, 2013 -
v1.2.1 Changes
May 05, 2013๐ Various bugfixes, as always.
-
v1.1.0 Changes
January 28, 2013- README improvements.
- ๐ Rails 4 compatibility. b2401c7
- โ Added support for testing decorators without loading
ApplicationController
. See the README for details. 4d0181f - ๐ Improved the
==
method to check fordecorated?
before attempting to compare withsource
. 6c31617 - ๐ Changed the way helpers are accessed, so that helper methods may be stubbed in tests. 7a04619
- โ
Made the Devise test helper
sign_in
method independent of mocking framework. b0902ab - Stopped attempting to call
to_a
on decorated objects (a now-redundant lazy query workaround). 34c6390 - ๐ Fixed a minor bug where view contexts could be accidentally shared between tests. 3d07cb3
- ๐ Improved helper method performance. e6f88a5
- Our specs now use the new RSpec
expect( ).to
syntax. 9a3b319
-
v1.0.0 Changes
January 14, 2013โฌ๏ธ Major changes are described in the upgrade guide.
- Infer collection decorators. e8253df
- Prevent calls to
scoped
on decorated associations. 5dcc6c3 - โ Add
helper
method to tests. 551961e - ๐ Inherit method security. 1865ed3
- โ Test against all versions of Rails 3. 1865ed3
- Pretend to be
instance_of?(source.class)
. 30d209f - โ Remove security from
Decorator
. Do manual delegation with:delegate
. c6f8aaa - โ Add generators for MiniTest. 1fac02b
- โ Test against edge rails. e9b71e3
-
v1.0.0.beta6 Changes
December 31, 2012 -
v1.0.0.beta5 Changes
December 27, 2012 -
v1.0.0.beta4 Changes
December 18, 2012- ๐ Fixed a race condition with capybara integration. e794649
[]
can be decorated again. 597fbdfmodel == decorator
as well asdecorator == model
. 46f8a68- Preliminary Mongoid integration. 892d195
- โ Add a helper method
sign_in
for devise in decorator specs. 66a3009 - Brought back
context
. 9609156 - ๐ Fixed issue where classes were incorrectly being looked up. ee2a015
- โ Integrate RequestStore for per-request storage. fde1cde
-
v1.0.0.beta3 Changes
December 03, 2012- ๐ Relaxed Rails version requirement to 3.0. Support for < 3.2 should be considered experimental. Please file bug reports.