Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

The basic building blocks for ruby-on-rails repositories.

Notifications You must be signed in to change notification settings

willboland/ruby-on-rails-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-on-rails-template

The basic building blocks for ruby-on-rails repositories. This template holds:

  • Common GitHub workflow
  • Pull request template
  • Standard .gitignore

You will still need to run rails new $APP_NAME or bundle exec rails new $APP_NAME.

GitHub Workflow

The Ruby workflow:

  • Runs rubocop on the project
  • Runs rspec on the project

Pull Request Template

The pull request template can be found at the link.

# Description

<!-- Describe the reasons behind your changes. -->


# Checklist

<!-- Checklist of action items (optional). -->

- [ ] 

About

The basic building blocks for ruby-on-rails repositories.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages