No commit activity in last 3 years
No release in over 3 years
Basic configuration for rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.10
~> 10.0
 Project Readme

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.