Skip to content

Allow Production Access

Latest
Compare
Choose a tag to compare
@Austio Austio released this 01 Feb 22:50
· 18 commits to master since this release
01dfe7b

Allows users to optionally enable this engine in production by adding this to an initializer

RakeUi.configuration do |config|
  config.allow_production = true
end

What's Changed

  • Update README to have example visual and list out the routes available by @Austio in #14
  • Allow running the UI in production by @kleinjm in #20
  • Bump rails dependencies to 6.1.4.4. by @Austio in #22

New Contributors

Full Changelog: v0.0.1...v0.1.0