Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails Template for starting new Ruby on Rails project #9

Open
coolprobn opened this issue Jan 13, 2022 · 0 comments
Open

Rails Template for starting new Ruby on Rails project #9

coolprobn opened this issue Jan 13, 2022 · 0 comments
Assignees

Comments

@coolprobn
Copy link
Member

We already have the work with Rails template ongoing in another repo, we need to cleanup and add required packages that we use in Truemark whenever starting new Rails project.

For start, we should include app that is setup with gems that we use in all our Rails apps like:

  • Devise for authentication
  • Pundit for authorization
  • RSpec for writing tests (I am leaning towards Minitest more nowadays because it is pure Ruby)
  • Rubocop for best practices
  • Overcommit for git hooks
  • Gitlab CI for CI since we host most of our apps in Gitlab
  • etc...
@coolprobn coolprobn self-assigned this Jan 13, 2022
@coolprobn coolprobn changed the title Rails Template for starting new project Rails Template for starting new Ruby on Rails project Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant