0.0
No commit activity in last 3 years
No release in over 3 years
A fork of the thoughbot suspenders gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.0
~> 0.18.4
~> 3.2
~> 0.0

Runtime

~> 1.3
~> 4.2.0
 Project Readme

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.