Releases: doximity/rake-ui
Releases · doximity/rake-ui
Allow Production Access
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
- 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