- Add
config.cells.include_template_engine = false
to turn off automatic inclusion of, e.g.,Cell::Slim
. - Require Cells >= 4.1.6.
Testing
fixed with Rails 5.
- Fix an annoying bundler loading bug. Thanks to @RKushnir.
- Fix
Cell::Translation
. Thanks to @zavan!
Cell::Helper::AssetHelper
is now always included and fixes trailblazer/cells#214 (hopefully).
- Moved all Rails files from
cells
tocells-rails
.