Sha256: 3b017426b04ec8e4cf0fd4ce1bcbe601f82fd4b61d0ba4acf99d29eb29232614

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

## 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::Cell`s, 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

* `Cell::Helper::AssetHelper` is now always included and fixes https://github.com/apotonick/cells/issues/214 (hopefully).

## 0.0.2

* Moved all Rails files from `cells` to `cells-rails`.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-rails-0.1.5 CHANGES.md