Skip to content

aguynamedloren/lo-suspenders

 
 

Repository files navigation

lo-suspenderss

This is a customized fork of thoughtbot's suspenders.

The primary differences are:

  • Slim templates
  • Bootstrap instead of thoughtbot's styles
  • Dev tools like ActiveType, Awesome Print, Letter Opener, and Xray

Installation

First install the lo-suspenders gem:

gem install lo-suspenders

Then run:

lo-suspenders projectname

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

Associated services

Gemfile

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

It includes application gems like:

And development gems like:

  • Awesome Print for pretty printing with ap
  • Brakeman for detecting security vulnerabilities
  • Dotenv for loading environment variables
  • Pry Rails for interactively exploring objects
  • ByeBug for interactively debugging behavior
  • Bullet for help to kill N+1 queries and unused eager loading
  • Bundler Audit for scanning the Gemfile for insecure dependencies based on published CVEs
  • Letter Opener for previewing emails in the browser
  • Spring for fast Rails actions via pre-loading
  • Web Console for better debugging via in-browser IRB consoles.
  • Quiet Assets for muting assets pipeline log messages
  • Xray for inspecting view partials in the browser

And testing gems like:

Other goodies

lo-suspenders also comes with:

Credits

lo-suspenders is created by aguynamedloren, based on suspenders by thoughtbot, inc.

About

A customized fork of thoughtbot's suspenders

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 89.1%
  • HTML 7.6%
  • Shell 3.1%
  • Other 0.2%