Giter Club home page Giter Club logo

rails_starter_template's Introduction

Rails Application Template

Yet another opinionated Rails starter template, designed to get you up and running in no time. Pre-configured to allow CI integration with CircleCI, auto-deployment to Heroku, and quality metrics by Code Climate.

Usage

Download or clone this repository to your projects folder (or wherever you want to save, be sure to remember where you save the template files as they need to be referenced when you create your Rails application in the next steps)

cd ~/Projects

git clone [email protected]:professorNim/rails_starter_template.git

If using rvm or rbenv, create a new gemset. If you saved/cloned the template files into the same directory that you will be creating your new Rails application, run the following. Otherwise reference the location used to save/clone the template into in the rails new command. Don't worry about including --skip-bundle as an option, bundler will be run as part of the template.

rails new mynewappname --skip-bundle -m ./rails_starter_template/template.rb

Search your new Rails application for # TO DO to find items you should replace and/or fill in with your own data.

That's it!

Application Specific Gems

  • autoprefixer-rails
  • bcrypt
  • bootstrap-sass
  • font-awesome-rails
  • high_voltage
  • jquery-rails
  • kaminari

Development & testing gems

  • better_errors
  • binding-of-caller
  • byebug
  • faker
  • sqlite3
  • minitest-reporters
  • rails-controller-testing

Production gems

  • passenger
  • pg

rails_starter_template's People

Contributors

rocwrxsti avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jdbeine

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.