flux_base
A Rails engine providing sensible default gems and helpers for new applications.
Notable Features
- rails_semantic_logger
- slim-rails
- whenever
- View helpers for Bulma - just include
FluxBase::BulmaHelpers
- Miscellaneous view helpers - just include
FluxBase::ApplicationHelper
Installation
Create a new Rails application. Remove all default dependencies from your Gemfile and add the line:
gem 'flux_base'
Then execute:
$ bundle
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/0xSiO/flux_base.
License
The gem is available as open source under the terms of the MIT License.