Skip to content

Releases: thoughtbot/suspenders

v1.12.0

04 Feb 06:10
Compare
Choose a tag to compare
  • Fix rake dev:prime now that Suspenders-generated apps require some ENV
    variables to be set.
  • Ensure EMAIL_RECIPIENTS is set on staging.
  • Clear ActionMailer deliveries before every test.
  • Include New Relic configuration file.
  • Add Formulaic gem for integration testing HTML forms.
  • Set up the Segment.io adapter for analytics and event tracking through
    services such as Google Analytics and Intercom.
  • Prepare staging and production environments to serve static assets through a
    CDN.

v1.11.0

04 Feb 06:10
Compare
Choose a tag to compare
  • Generate a Rails 4.1.1 app and implement fixes for compatibility.
  • Escape ERb in secrets.yml
  • Maintain ActiveRecord test schema.
  • Make Shoulda Matchers work with Spring.
  • Unify Ruby version for gem and suspended apps.
  • Move SMTP variable settings out of initializer.
  • Connect to Postgres on localhost.
  • Add bin/setup for contributors.
  • Improve and document TravisCI configuration.

v1.10.2

04 Feb 06:10
Compare
Choose a tag to compare
  • Fix bundling Bourbon and Neat.

v.1.10.1

04 Feb 06:11
Compare
Choose a tag to compare
  • Fix bundling sass-rails.

v1.10.0

04 Feb 06:11
Compare
Choose a tag to compare
  • Generate a Rails 4.1 app.
  • Generate a working .ruby-version for Ruby >= 2.1.0.
  • Update Unicorn template to version now preferred by Heroku.

v1.9.3

04 Feb 06:11
Compare
Choose a tag to compare
  • Use FactoryGirl.lint instead of custom-generated factory-testing code.
  • Fix Delayed::Job <-> Rails 4.1 dependency conflict.

v1.9.2

04 Feb 06:12
Compare
Choose a tag to compare
  • Join Heroku apps in bin/setup.
  • Enable SMTP/TLS in SMTP settings.
  • Silence an RSpec warning.

v1.9.1

04 Feb 06:12
Compare
Choose a tag to compare
  • Fix sass-rails environment NilClass error.

v1.9.0

04 Feb 06:12
Compare
Choose a tag to compare
  • Add awesome_print gem.
  • Add dev:prime task placeholder for bootstrapping local dev data.
  • Add fix for I18n deprecation warning from enforce_available_locales.
  • Add generated .travis.yml.
  • Remove better_errors because of issues with Unicorn.
  • Remove fast-failing for RSpec; respect user's ~/.rspec instead.
  • Update New Relic agent.
  • Update Rails to 4.0.3.

v1.8.1

04 Feb 06:13
Compare
Choose a tag to compare
  • Don't distribute rspec binstub with gem.