RAILS TEMPLATE
A base template for deploying Rails applications.
ESSENTIAL VERSIONS
The following versions are very important to keep in mind. We've done this because we think that the Ruby, Rails and ORM type and versions are the ones that apply the most constraints to a starter template.
- Ruby 2.3.1
- Rails 4.2.6
- Mongoid 5.1.0
Also this template uses Zeus which preloads your Rails app so that your normal development tasks such as console, server, generate, and specs/tests take less than one second.
You can configure Zeus' settings using the zeus.json
file located in your Rails root path.
Note: We are not using Spring. If you would like to disable all possible problems by using Spring and Zeus at the same time, consider setting the DISABLE_SPRING=true
environment variable (place in your .bashrc
or .zshrc
file).