No commit activity in last 3 years
No release in over 3 years
Suspenders is a base Rails project that includes the gems we like to use at Hitfox. This is our fork of the Thoughtbot's original suspenders gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.2.0, ~> 2.2
~> 2.0

Runtime

~> 1.0.0
~> 1.3
= 4.2.1
 Project Readme

HitFox's Suspenders Circle CI

This is a suspenders fork we use at HitFox Group. Big thanks to thoughtbot. Also, thanks to weLaika for providing an example of the forked suspenders gem, with a lot of the configurations we use as well.

Installation

First install the suspenders gem:

gem install hitfox-suspenders

Then run:

hitfox-suspenders projectname

This will create a rails app in projectname. This script creates a new git repository. It is not meant to be used against an existing repo.

Version number

Our hitfox-suspenders version number isn't related to thoughbot's suspenders.

Changelog

We constantly pull the latest chages from Thoughtbot's suspenders periodically.

List of changes we made since this commit:

  • Add refills install command
  • Add a Procfile.development file
  • Add CircleCI configuration template
  • Add Honeybadger configuration and remove New Relic
  • Use simple_form 3.0.3 to supress annoying warnings in specs
  • Add Mandrill configuration
  • Use the Cloud66 ENV variable name for the HOST (used for action_mailer_host)
  • Add company specific assumptions to the README generator
  • Remove CDN, Heroku, Unicorn, Segment and delayed_jobs configurations
  • Remove deployment scripts and Procfile
  • Remove Travis configuration and add the CircleCI one for the suspenders gem
  • Use Ruby 2.2.0 for CircleCI compatibility