/rails_5_starting_app

Basic rails 5.0.0 application along with responsive mobile UI navigation, twitter bootstrap and slim.

Primary LanguageRuby

Basic rails 5 application

This application has responsive mobile view and navigation, twitter bootstrap, rails 5.0.0 and slim setup.

Important features

  • ruby version 2.3.0

  • rails version 5.0.0

Bundle

Always use this command for bundle during development in local machine:

bundle install --without production

Always use this command for bundle for production environment:

bundle install --without development test

Database creation and initialization

bundle exec rake db:setup

How to run the test suite?

  • no test suite for now

Services (job queues, cache servers, search engines, etc.)

  • nothing yet

Deployment instructions

  • nothing yet