Rueditas is the base Rails API application template used at Hash Labs
git clone https://github.com/hashlabs/rueditas
rails new app_name -T -m rueditas/template.rb
This template include additional gems that we use to kickstart our Rails projects. Here's a list of the gems included.
- Sentry Raven for exception notification
- Postgres for access to the Postgres database
- Puma to serve things
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
Rueditas is Copyright © 2014-2017 Hash Labs. It is free software, and may be redistributed under the terms specified in the LICENSE file.
Rueditas is maintained by Hash Labs LLC