Skip to content

spa-87/rails-test-app

 
 

Repository files navigation

Rails Test App

Requirements:

  • Ruby/Rails versions

    • ruby ~> '2.4.1'
    • rails ~> '5.0.2'
  • System dependencies

    • PostgreSQL
    • Node.js ~> '6.0'
    • Yarn
    • Elasticsearch ~> '5.0'
    • Redis
  • Services

    • Sidekiq
  • Configuration

    • You need to copy a versions of config/*.yml.example to config/*.yml and change the values according to your system configuration
    • For development run bin/webpack-dev-server in parallel with your rails server

Deploy Tips

  • Webpack
    • Use ./bin/yarn install --production to install all required npm dependencies.
    • Precompile packs only when something updated in config/webpack or app/javascript.
    • Check Webpacker documentation for further information.

Version 27 March 2017 by JetRuby Agency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.2%
  • HTML 11.3%
  • JavaScript 9.3%
  • Vue 4.6%
  • CSS 1.6%