DflRailsConfig
You can use this gem to generate common settings for your project. See below:
- Add the some gems for your project (devise, simple_form, slim, etc...)
- Set up the database
- Set deploy files
- Set I18n
- ... And many other things.
Installation
Add this line to your application's Gemfile:
gem 'dfl_rails_config'And then execute:
$ bundle
Or install it yourself as:
$ gem install dfl_rails_config
Usage
After install, run the command bellow:
$ rails generate dfl_rails_config:install
License
The gem is available as open source under the terms of the MIT License.