https://github.com/hendricius/deliveries
https://github.com/hendricius/deliveries
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hendricius/deliveries
- Owner: hendricius
- Created: 2015-03-25T21:54:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T18:37:42.000Z (about 10 years ago)
- Last Synced: 2025-02-16T02:24:10.574Z (4 months ago)
- Language: Ruby
- Size: 223 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate Rails app
Just another boilerplate rails app. Comes preconfigured with several aweseome gems to make building UIs a lot easier.
* Setup for .rbenv
* Capistrano for deploymentThe UI gems include:
* Boostrap
* Bourbon
* Font AwesomeOn top of that `guard` is included. Together with the [http://livereload.com/](http://livereload.com/) browser extension the app can automatically reload whenever you change stuff in the UI.
For tests `minitest` is set as the default test engine.
# Setup
1. Clone the whole repo.
2. `bundle install` in the root folder.
3. `cp config/database.yml.example config/database.yml`
4. `vim config/database.yml` and fill your database credentials.