yafoy / yastart

0 stars 0 forks source link

Yastart

Yastart is the base Rails application used at yafoy. It is heavily inspired from the Suspenders gem by thoughbot.

Installation

First install the yastart gem:

gem install yastart

Then run:

yastart projectname

This will create a Rails app in projectname using the latest version of Rails.

Gemfile

To see the latest and greatest gems, look at Yastart' Gemfile, which will be appended to the default generated projectname/Gemfile.

It includes application gems like:

And development gems like:

And testing gems like:

And production gems like:

Configuration

Production

Development

Test