Rails Skeleton is the base Rails application template used for creating apps from scratch. It's based on Rails 5 and Ruby 2.4.0.
Information about external dependencies (redis, mongo, postgres, etc).
- PostgreSQL 9.5
- Ruby 2.4.0
- PhantomJS
- Rails 5
Clone this repo:
git clone git@github.com:IlkhamGaysin/rails-skeleton.git
cd repo
Run setup
bin/setup
bin/setup
- setup required gems, clone example files, run seeds and migrate db if neededbin/update
- setup required gems and migrate db if neededbin/quality
- run brakeman and other check for the appbin/ci
- should be used in the CI to run specs
Where is documentation and examples (e.g. ./docs
)?
Wating for integration...
Wating for integration...
Wating for integration...