Skip to content

Releases: thoughtbot/suspenders

1.41.0

01 Jul 09:23
v1.41.0
Compare
Choose a tag to compare
  • 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.

v1.40.0

25 Jun 16:40
v1.40.0
Compare
Choose a tag to compare
  • Upgrade bourbon to 5.0.0.beta.6
  • Update Neat to 1.8.0
  • APPLICATION_HOST bug fix in production environment (was used before it was
    defined)
  • Update comment around Pipelines: it is now a Heroku core plugin
  • Drop unneeded WEB_CONCURRENCY from app.json file
  • Introduce a suspenders:stylesheet_base generator. The application.scss
    must list the imports in a specific order. This removes the application.css.

v1.39.0

25 May 20:32
v1.39.0
Compare
Choose a tag to compare
  • Make new apps "deployable to Heroku" by default.
  • Make the help text returned when running suspenders -h Suspenders specific
  • Bugfix: Configure static_cache_control in production environment
  • Replace NewRelic with Skylight
  • Drop initializer for disabling XML parser
  • Start moving suspenders features into different Rails Generators
  • Set default application_host in Heroku
  • Update the viewport meta tag

v1.38.1

20 Apr 19:37
v1.38.1
Compare
Choose a tag to compare
  • Bugfix: add bitters as suspenders’ dependency back.

v1.38.0

15 Apr 19:47
v1.38.0
Compare
Choose a tag to compare
  • Update bourbon to v5.0.0.beta.5
  • Drops staging environment in favor of configuration through env variables
  • Bugfix: failing migrations were not making Heroku deploys fail

v1.37.0

13 Mar 18:35
Compare
Choose a tag to compare
  • Remove RAILS_ENV definitions
  • Set development action_mailer.delivery_method to :file
    so that mails are copied to ./tmp/mails/ directory for easy development
    access.
  • Update Bourbon to v5.0.0.beta.3
  • Update Bitters to v1.3
  • Update Autoprefixer config, drop support for IE 9, IE 10 and iOS 7
  • Better db support in linux environments
  • Replaces coffeescript with babel
  • Update CSS tests to ignore transitions

v1.36.0

26 Feb 17:57
Compare
Choose a tag to compare
  • Update Bitters to v1.2
  • Remove deprecated fix_i18n_deprecation_warning method
  • Switch from Airbrake to Honeybadger
  • Generate applications with rack_mini_profiler (disabled by default, enabled
    by setting RACK_MINI_PROFILER=1)
  • Heroku Pipelines bug fixes

v1.35.0

30 Dec 18:47
Compare
Choose a tag to compare
  • Introduce Heroku Pipelines support
  • Update to Ruby 2.3.0
  • Heroku commands run on staging by default
  • Git ignore .env.local instead of .env
  • Add ability to use byebug navigation commands inside of Pry using the
    pry-byebug gem
  • Remove i18n-tasks from generated Gemfile
  • Accessibility: Add lang attribute to html element in layout

1.34.0

15 Nov 21:16
Compare
Choose a tag to compare
  • Fix block_unknown_urls deprecation warning with capybara_webkit when running
    Javascript tests
  • Inherit staging's action_mailer_host config from production
  • Suspenders command line responds to -v and --version options
  • Clean up bin/rake
  • Remove email_validator gem from generated Gemfile
  • Fix Circle deploys by removing redundant remote
  • Add bullet as development dependency
  • Use Heroku Local (Forego) instead of Foreman
  • Raise on missing Sprockets assets in test environment

1.33.0 (October 23, 2015)

06 Nov 14:49
Compare
Choose a tag to compare
  • Add quiet_assets as development dependency
  • Reduce number of Puma processes and threads to reduce memory usage
  • Move non-runtime-dependency i18n-tasks to development and test Gemfile groups
  • Move non-runtime-dependency refills to the development Gemfile group
  • Generate empty spec/factories.rb file in accordance with thoughtbot’s
    styleguide
  • Shoulda Matchers 3.0 configuration