excid3 / rails-new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You can use this repository to generate a new Rails application without having to install Ruby on your machine.

It works by using Docker to generate the Rails application for you. Docker takes care of installing the right Ruby and Rails versions for you, so you don't have to worry about it.

Prerequisites

You need to have Docker installed on your machine. You can find instructions on how to install Docker on your machine here.

Usage

To generate a new Rails application, you can run the following command:

bin/rails-new myapp

About


Languages

Language:Shell 67.0%Language:Dockerfile 33.0%