Releases: thoughtbot/suspenders
Releases · thoughtbot/suspenders
1.41.0
v1.40.0
- 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
fromapp.json
file - Introduce a
suspenders:stylesheet_base
generator. Theapplication.scss
must list the imports in a specific order. This removes theapplication.css
.
v1.39.0
- 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
v1.38.0
v1.37.0
- 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
v1.35.0
- 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 tohtml
element in layout
1.34.0
- 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)
- 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