- Rails 8 is supported.
- Ruby 3.4.0 is supported.
- Support for Rails 7.
- Migrate CI to Github Actions
- Support Ruby 3.0.
- Fix previous fixes.
- Fix
LocalJumpError
from our Railtie.
- The
Cell.view_paths
are now set automatically forTrailblazer::Cell
s, too, if the gem is present. This allows starting Rails in daemon moderails s -d
and cells finding its views.
- Support for Rails 6.0 Thank to @Szeliga
- Prevent Forwardable from printing warnings in Ruby 2.4+
- Fix testing for
rspec-cells
in combination with Rails 5.1. Thanks @tiagoamaro.
- 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
.