Sha256: 642cb124aa39228488f4448284d04200b6130275d32870571dae841740e4cf0d
Contents?: true
Size: 704 Bytes
Versions: 3
Compression:
Stored size: 704 Bytes
Contents
* Enable DependencyTracker to evaluate renders with trailing interpolation. ```erb <%= render "maintenance_tasks/runs/info/#{run.status}" %> ``` Previously, the DependencyTracker would ignore this render, but now it will mark all partials in the "maintenance_tasks/runs/info" folder as dependencies. *Hartley McGuire* * Rename `text_area` methods into `textarea` Old names are still available as aliases. *Sean Doyle* * Rename `check_box*` methods into `checkbox*`. Old names are still available as aliases. *Jean Boussier* Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionview/CHANGELOG.md) for previous changes.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omg-actionview-8.0.0.alpha3 | CHANGELOG.md |
omg-actionview-8.0.0.alpha2 | CHANGELOG.md |
omg-actionview-8.0.0.alpha1 | CHANGELOG.md |