Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 1.08 KB

CHANGES.md

File metadata and controls

58 lines (31 loc) · 1.08 KB

0.1.5

  • Support for Rails 7.
  • Migrate CI to Github Actions

0.1.4

  • Support Ruby 3.0.

0.1.3

  • Fix previous fixes.

0.1.2

  • Fix LocalJumpError from our Railtie.

0.1.1

  • The Cell.view_paths are now set automatically for Trailblazer::Cells, too, if the gem is present. This allows starting Rails in daemon mode rails s -d and cells finding its views.

0.1.0

  • Support for Rails 6.0 Thank to @Szeliga

0.0.9

  • Prevent Forwardable from printing warnings in Ruby 2.4+

0.0.8

  • Fix testing for rspec-cells in combination with Rails 5.1. Thanks @tiagoamaro.

0.0.7

  • Add config.cells.include_template_engine = false to turn off automatic inclusion of, e.g., Cell::Slim.
  • Require Cells >= 4.1.6.

0.0.6

  • Testing fixed with Rails 5.

0.0.5

  • Fix an annoying bundler loading bug. Thanks to @RKushnir.

0.0.4

  • Fix Cell::Translation. Thanks to @zavan!

0.0.3

0.0.2

  • Moved all Rails files from cells to cells-rails.