Skip to content

Releases: doximity/rake-ui

Allow Production Access

01 Feb 22:50
01dfe7b
Compare
Choose a tag to compare

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

Create RakeUi Gengine

12 Feb 22:19
27dea30
Compare
Choose a tag to compare
  • Setup CI and Gem Publishing, add better form Validations
  • Add Search Filtering, Remove Jbuilder and Fix Bug in Dir Existing
  • Add StandardRB
  • Fix But with FILE_ITEM_SEPARATOR reference
  • Add View for Rake Task Logs
  • Add VitalCSS
  • Add Ability to track task execution status
  • Add RakeTaskLog model
  • Add ability to execute a RakeTask
  • Add RakeTask Model
  • Initialize Rake UI Engine