GithubHelp home page GithubHelp logo

k-and-r / rails-5-example Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 106 KB

Example Rails 5 app, sometimes used as a foundation for new projecets.

Ruby 90.19% JavaScript 1.00% CSS 1.24% HTML 7.12% Shell 0.27% CoffeeScript 0.18%

rails-5-example's Introduction

Rails 5 Example App

Codeship Status for K-and-R/rails-5-example Maintainability Test Coverage

Development Environment

We are using Ubuntu (currently 16.04) for our development environments. Thus all documentaion will be for that environment unless explicitly specified otherwise. Many of the commands may work on MacOS and will likely not work at all on Windows (since Windows is frowned upon as a viable development environment, it is strongly recommended to install Ubuntu for a viable development machnine).

Development Environment Setup

To set up a development environment, follow the Development Environment Setup instructions.

Cloning this repo

Make a local copy of this Git repo:

mkdir -p ~/Projects/ExampleApp
cd ~/Projects/ExampleApp
git clone [email protected]:K-and-R/rails-5-example.git
cd rails-5-example
git checkout develop

Ruby Version

We are presently using Ruby 2.4.3. This is defined in the .ruby-version file. We are using rbenv for managing Ruby version in development environments.

System Dependencies

  • PostgreSQL
  • Redis

Configuration

Local configuration is defined in config/settings.local.yml, which is ignored by Git, and any local environment settings are defined there. Start with the example file and make changes accordingly.

git checkout develop
cp config/settings.local.{example.,}yml

rails-5-example's People

Contributors

karlwilbur avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.