Skip to content

euxx/rails_skeleton

Repository files navigation

Rails skeleton

Github Actions Codacy Badge

Rails skeleton with Ruby 3 and Rails 7

In favor of

In favor of services

Getting Started

$ bin/setup app_name=your_app_name
$ rails test:all
$ rails s

Edit Things

  • Rename the repository to your_app_name

  • Setup credentials by following config/credentials.guide.md

  • Add necessary API keys by following config/credentials.yml.sample

  • Set TAG_ENV environment variable to specific server environment like 'production' (default is 'staging') for Sentry and Skylight

  • Edit title, keywords and description at HTML Head in app/views/layouts/application.html.erb

  • Replace app/assets/images/favicon.png with yours

  • Custom errors page in app/views/errors/

  • Update README

Tips

  • There's a helper icon(style, name, text = nil, html_options = {}) to generate Font Awesome icons