Basic Rails 4 application.
Deployable to Heroku, includes Redis, Mail, Bootstrap.
The view is implemented using Bootstrap 3.
- pg for PostgreSQL
For testing and development:
- Make sure you have Ruby version from Gemfile.
- Please install Redis
- Install dependencies from Gemfile:
bundle install --path .bundle
. - For Databes export environment variables
DATABASE_PASSWORD
andDATABASE_USERNAME
. - $ bundle exec rake db:create
- $ bundle exec rake db:migrate
- $ bundle exec rake db:test:prepare
- Make sure tests pass first
- $ bundle exec rspec spec/
Basic is made by Kolosek IT© 2011-2016 . This repo is free to be used.