Draper v1.1.0 Release Notes

Release Date: 2013-01-28 // about 11 years ago
  • 44 commits by 6 authors

    • 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 for decorated? before attempting to compare with source. 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