Skip to content

Latest commit

 

History

History
96 lines (76 loc) · 1.85 KB

README.md

File metadata and controls

96 lines (76 loc) · 1.85 KB

This application was generated with the rails_apps_composer gem provided by the RailsApps Project.

Diagnostics

This application was built with recipes that are known to work together.

This application was built with preferences that are NOT known to work together.

If the application doesn’t work as expected, please report an issue and include these diagnostics:

We’d also like to know if you’ve found combinations of recipes or preferences that do work together.

Recipes:

  • apps4
  • controllers
  • core
  • email
  • extras
  • frontend
  • gems
  • git
  • init
  • models
  • prelaunch
  • railsapps
  • readme
  • routes
  • saas
  • setup
  • testing
  • views

Preferences:

  • git: true
  • apps4: rails-devise-pundit
  • unit_test: false
  • integration: false
  • fixtures: false
  • authentication: devise
  • authorization: pundit
  • starter_app: admin_app
  • quiet_assets: true
  • local_env_file: false
  • better_errors: true
  • dev_webserver: webrick
  • prod_webserver: thin
  • database: sqlite
  • templates: erb
  • continuous_testing: none
  • frontend: bootstrap3
  • email: gmail
  • devise_modules: default
  • form_builder: simple_form
  • rvmrc: false
  • ban_spiders: true
  • github: true

Ruby on Rails

This application requires:

  • Ruby
  • Rails

Learn more about Installing Rails.

Database

This application uses SQLite with ActiveRecord.

Development

  • Template Engine: ERB
  • Testing Framework: Test::Unit
  • Front-end Framework: Bootstrap 3.0 (Sass)
  • Form Builder: SimpleForm
  • Authentication: Devise
  • Authorization: None
  • Admin: None

Email

The application is configured to send email using a Gmail account.

Email delivery is disabled in development.