Skip to content

v1.3.3

Latest

Choose a tag to compare

@aviflombaum aviflombaum released this 23 Jun 14:20

Fixed

  • Fixed a Rails 8.1 boot-order issue where host apps could raise NameError: uninitialized constant Railspress::CmsHelper while Action View loaded
    before the engine helper constant was available.

Changed

  • Moved the non-view Railspress::CMS query/cache API into lib/railspress/cms.rb while keeping Action View rendering helpers in app/helpers/ railspress/cms_helper.rb.