Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

hashlabs/rueditas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rueditas

Rueditas is the base Rails API application template used at Hash Labs

rueditas

Usage

git clone https://github.com/hashlabs/rueditas
rails new app_name -T -m rueditas/template.rb

Gemfile

This template include additional gems that we use to kickstart our Rails projects. Here's a list of the gems included.

And development gems like:

  • Dotenv for loading environment variables
  • Pry Rails for interactively exploring objects
  • ByeBug for interactively debugging behavior
  • Bullet for help to kill N+1 queries and unused eager loading
  • Bundler Audit for scanning the Gemfile for insecure dependencies based on published CVEs
  • Spring for fast Rails actions via pre-loading

License

Rueditas is Copyright © 2014-2017 Hash Labs. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About Hash Labs

hash labs logo

Rueditas is maintained by Hash Labs LLC

About

Starter template for Rails projects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published