Sha256: c1d6a999c2d65fa0aa22f0dc84c979c0b144bf15b5fc3f93dcdb8128edc0850d
Contents?: true
Size: 929 Bytes
Versions: 14
Compression:
Stored size: 929 Bytes
Contents
# Application template recipe for the rails_apps_composer. Change the recipe here: # https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/rails_bootstrap.rb if prefer :apps4, 'rails-bootstrap' prefs[:authentication] = false prefs[:authorization] = false prefs[:better_errors] = true prefs[:database] = 'default' prefs[:deployment] = 'none' prefs[:devise_modules] = false prefs[:email] = 'none' prefs[:form_builder] = false prefs[:frontend] = 'bootstrap3' prefs[:git] = true prefs[:local_env_file] = false prefs[:pry] = false prefs[:quiet_assets] = true prefs[:starter_app] = false add_gem 'high_voltage' after_everything do generate 'pages:home -f' generate 'pages:about -f' generate 'layout:navigation -f' end end __END__ name: rails_bootstrap description: "rails-bootstrap starter application" author: RailsApps requires: [core] run_after: [git] category: apps
Version data entries
14 entries across 14 versions & 1 rubygems