velocify!
- SCSS 60.4%
- Ruby 19.1%
- JavaScript 17.9%
- HTML 1.6%
- Haml 0.9%
| app | ||
| bin | ||
| config | ||
| db | ||
| lib | ||
| public | ||
| spec | ||
| vendor/assets | ||
| .gitignore | ||
| .ruby-gemset | ||
| .ruby-version | ||
| Capfile | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| production_task.sh | ||
| Rakefile | ||
| README.md | ||
| README.rdoc | ||
velocity
velocify!
Getting Setup
- Clone (or fork) the repository.
rvm install ruby-2.1.2(if necessary)bundle- copy the
config/secrets_sample.ymlfile toconfig/secrets.yml - generate a secret key using
rake secret - Run
rspec - You are done when all of the specs pass.