Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
/ blank_slate_rails_app Public archive

A rails app with the minimum configuration and default settings so I can start hacking right away

Notifications You must be signed in to change notification settings

foca/blank_slate_rails_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blank Slate app

This app contains just the minimum configuration needed to start coding right away on the things that matter. And it's easier to maintain than a rails template.

I use this app with this script to create new Rails applications.

Setup

In order to bootstrap this application, run the following commands from the application directory:

$ gem install foreman
$ bundle
$ cp .env.sample .env; $EDITOR .env # Configure anything you need.
$ foreman run rake db:setup
$ foreman run rake

To boot the application:

$ foreman start

To run tests:

$ foreman run rake

We use PhantomJS for our integration tests. Make sure you have it installed.

Copyright (c) 2012 Nicolás Sanguinetti (http://nicolassanguinetti.info)

About

A rails app with the minimum configuration and default settings so I can start hacking right away

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published