epson121 / rails_startup_template

Template for Ruby on Rails 4 applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails template

This is a template I use for my new Ruby on Rails 4 applications.

How to Use

rails new [app_name] -m rails_startup_template/template.rb

What it does

  1. Adds the following gems:
  • twitter-bootstrap-rails: Sleek, intuitive, and powerful front-end framework for faster and easier web development.
  • therubyracer: Embeding the V8 JavaScript interpreter into Ruby
  • less-rails: The dynamic stylesheet language for the Rails asset pipeline
  • rspec: rspec-rails is a testing framework for Rails 3.x and 4.x.

To do

Updates for other used gems will be added when needed.

About

Template for Ruby on Rails 4 applications


Languages

Language:Ruby 100.0%