DEV Community

Dale Zak
Dale Zak

Posted on

 

A starter blueprint to help fast track a new Rails applications

To help fast track setting up new Rails applications, I created a blueprint outlining steps for adding common functionality using some handy templates.

https://github.com/dalezak/rails-blueprint

To get started, simply clone the repo into a folder with the name of your application.

git clone https://github.com/dalezak/rails-blueprint.git my_app
Enter fullscreen mode Exit fullscreen mode

Then move through the list in the README.md doing any of the sections your application needs, and skipping sections you don't need.

This is still a work in progress, so plan to add new sections as well as provide other options for existing sections. If there are sections you'd like to see, let me know.

Latest comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git