Skip to content

This is my standard basic rails application with my default gemfile, ui components, white space reset, etc.

Notifications You must be signed in to change notification settings

superacidjax/Brian-s-Basic-Rails-Starter-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Brian Dear basic rails app template.

Rather than continually going through the same basic config every time I create a new Rails 3.2 application, I created some boilerplate code that can form the basis of other projects.

The Gemfile doesn’t include everything, but it does include the gems that I use on every project.

  • hashrocket-rails (This includes haml-rails and decent_exposure)
  • pg
  • capybara
  • dirty — runs uncommitted tests for things not yet committed
  • heroku
  • pry-nav
  • pry-rails
  • spork
  • rails-erd
  • sass-rails
  • coffee-rails
  • uglifier

There are a few other pieces of goodness, for example a UI controller/view that provides a safe place to test views before implementing them in the production app.

Also there’s also an html5 shiv, flash rendering, a head yield as well as doing some organization of the stylesheets.

About

This is my standard basic rails application with my default gemfile, ui components, white space reset, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published