https://github.com/themasterapp/master-app-rails-server
https://github.com/themasterapp/master-app-rails-server
rails5 ruby turbolinks
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/themasterapp/master-app-rails-server
- Owner: themasterapp
- License: mit
- Created: 2016-11-19T01:10:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T01:12:38.000Z (over 9 years ago)
- Last Synced: 2025-01-14T11:21:41.026Z (over 1 year ago)
- Topics: rails5, ruby, turbolinks
- Language: Ruby
- Homepage: http://themasterapp.xyz
- Size: 415 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
`2.3.2`
* System dependencies
* Configuration
```
# Create a .env file and set all environment variables
cp sample.env .env
```
* Database creation
```
rails db:create && rails db:migrate
```
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
**Job queues:**
- https://github.com/brandonhilkert/sucker_punch
**Heroku:**
- [SendGrid](https://elements.heroku.com/addons/sendgrid)
* Deployment instructions
- Look in sample.env and set all environment variables listed in it.
* ...