Skip to content

hmzasif/rails-new

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

First, clone the repository:

git clone https://github.com/rails/rails-new.git
cd rails-new

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

bin/rails-new myapp

Or with options:

bin/rails-new myapp --main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.0%
  • Dockerfile 33.0%