Suspenders Versions Save

A Rails template with our standard defaults.

v1.50.0

5 years ago
  • Removed: jquery-rails.
  • Changed: default FactoryBot to use_parent_strategy = true.
  • Upgraded: Ruby 2.5.3.
  • Fixed: set ASSET_HOST and APPLICATION_HOST at top of production.rb.
  • Fixed: tzinfo-data gem for Windows.
  • New generator: suspenders:json for JSON parsing.
  • New generator: suspenders:staging:pull_requests for Heroku app per PR.

v1.49.0

5 years ago
  • Removed: NOODP robots meta tags
  • Removed: flutie gem and body class in application layout
  • Upgraded: remove version constraint for pg gem
  • Fixed: install JavaScript dependencies in bin/setup
  • Fixed: include action_mailer SMTP settings in production config

v1.48.0

5 years ago
  • Bug fix: change production timeouts generator to use working configuration method with latest version of Rack::Timeout
  • Bug fix: Only add email environment requirements if configuring for email
  • Breaking: Replace capybara-webkit with chromedriver

v1.47.0

5 years ago
  • Bug fix: normalize.css Sass import is concatenated with other styles now
  • Bug fix: the suspenders gem itself is not needed in production
  • Bug fix: bundle install after adding a gem
  • Breaking: remove Refills
  • Breaking: rename suspenders:enforce_ssl to suspenders:production:force_tls
  • Upgrade: update to Ruby 2.5.1
  • Upgrade: update to Rails 5.2.0
  • New generator: production email
  • New generator: production timeouts

v1.46.0

6 years ago

This release contains the following changes:

  • Bug fix: Fix for action mailer asset_host
  • Bug fix: Lock pg to ~> 0.18
  • Breaking: Remove Database Cleaner
  • Upgrade: Update to Rails 5.1.4
  • Upgrade: Update to Ruby 2.5.0
  • Upgrade: Update bourbon from 5.0.0.beta.8 to 5.0.0
  • Upgrade: Update FactoryGirl to FactoryBot
  • Generators: Analytics generator
  • Generators: CI generator
  • Generators: DB optimization generator
  • Generators: Factories generator
  • Generators: Forms generator
  • Generators: Javascript driver generator
  • Generators: Jobs generator
  • Generators: Lint generator
  • Generators: Testing driver generator
  • Generators: Views generator

v1.45.0

6 years ago
  • Bump Rails to 5.1.3 (#857)
  • Configure HONEYBADGER_ENV for staging, production (#861)
  • Remove vestigial staging references (#860)
  • Prevent memory bloat in ActiveJob children (#856)
  • .git/safe is opt-in (#837)
  • Enforce SSL in production environment (#855)
  • Configures action mailer asset host (#853)
  • Install normalize.css via yarn (#851)
  • Update Rails to 5.1 (#847)
  • Update bourbon from 5.0.0.beta.7 to 5.0.0.beta.8 (#848)
  • Update Neat to 2.1 (#849)
  • Update Bitters to 1.7 (#850)
  • Fix incorrect Timecop link (#845)
  • Update Ruby to 2.4.1 (#841)
  • Update rspec-rails to 3.6 (#842)
  • Configure TimeCop safe mode (#840)
  • Pull normalize.css through Rails Assets (#839)
  • Fix fatal git failures in tests (#832)
  • Schedule Heroku Backups and Capture backup of existing staging database for Review Apps (#826)
  • Use bundle-audit rake task from the gem (#831)
  • Update thoughtbot logo (#829)
  • Change terminal symbol in README's deploying section (#828)
  • Update Segment snippet to 4.0.0 (#822)

v1.44.0

7 years ago
  • Improve readability of bin/setup-review-app (#819)
  • Update scripts to be sh-compatible (#820)
  • Remove rails_stdout_logging gem (#818)
  • Remove 12factor gem (#817)
  • Update Ruby to 2.4.0 (#814)

v1.43.0

7 years ago
  • Update Bourbon to 5.0.0.beta.7
  • Update Neat to 2.0.0.beta.1
  • Update Bitters to 1.5.0
  • Drop sprockets-es6
  • Bugfix: doesn’t generate unused test/ directory

v1.42.0

7 years ago

Bugfixes:

  • [#784] Require refills once
  • [#790] Ensure stylesheet_base generator runs with a clean bundle
  • [#791] Use Rails' 5 syntax for public_file_server.headers
  • [#792] Remove turbolinks from application.js file

v1.41.0

7 years ago
  • Update to Rails 5
  • Drop quiet_assets gem
  • Drop unneeded suspenders aliases: --skip-test-unit, --skip-turbolinks, --skip-bundle. Drops -G that clashes with Rails’ --skip-git alias.