All Versions
59
Latest Version
Avg Release Cycle
42 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v3.7.1 Changes
- ๐ Works with Rails 3.2, too. Hopefully.
-
v3.7.0 Changes
h3. Changes
- Cache settings using @[email protected] are now inherited.
- Removed @opts.
- Removed @#[email protected] in favor of state-args. If you still want the old behaviour, include the @[email protected] module in your cell.
- The build process is now instantly delegated to Base.build_for on the concrete cell class.
-
v3.6.8 Changes
h3. Changes
- Removed @opts.
- Deprecated @#[email protected] in favour of state-args.
-
v3.6.7 Changes
h3. Changes
- Added @[email protected] to TestCase.
-
v3.6.6 Changes
h3. Changes
- Added the @:[email protected] option for @#[email protected] which should be used with caution. Sorry for that.
- Removed the useless @layouts/@ view path from Cell::Base.
-
v3.6.5 Changes
๐ h3. Bugfixes
Cell::TestCase#invoke
now properly accepts state-args.
h3. Changes
- Added the
:if
option toBase.cache
which allows adding a conditional proc or instance method to the cache definition. If it doesn't return true, caching for that state is skipped.
-
v3.6.4 Changes
๐ h3. Bugfixes
- Fixes @ArgumentError: wrong number of arguments (1 for 0)@ in @#[email protected] for Ruby 1.8.
-
v3.6.3 Changes
๐ h3. Bugfixes
- [Rails 3.0] Helpers are now properly included (only once). Thanks to [paneq] for a fix.
#url_options
in the Metal module is now delegated toparent_controller
which propagates global URL setting like relative URLs to your cells.
h3. Changes
cells/test_case
is no longer required as it should be loaded automatically.
-
v3.6.2 Changes
๐ h3. Bugfixes
- Fixed cells.gemspec to allow Rails 3.x.
-
v3.6.1 Changes
h3. Changes
- Added the @:[email protected] option allowing @#[email protected] to set different template types, e.g. @render :format => :[email protected].