Skip to content

Releases: thoughtbot/suspenders

1.32.0 (October 9, 2015)

06 Nov 14:49
Compare
Choose a tag to compare
  • Install Foreman automatically during setup script
  • Port always defaults to 3000
  • Provide shoulda-matchers config
  • Set CI auto-deploy for Heroku suspended apps
  • Configure capybara-webkit to block unknown URLs
  • Add mandatory environment variables to .sample.env
  • Other bugfixes

1.31.0 (September 3, 2015)

06 Nov 14:49
Compare
Choose a tag to compare
  • Update to Ruby 2.2.3
  • Add ctags configuration dotfile
  • Rename $HOST to $APPLICATION_HOST for zsh compatibility
  • Update Bitters to 1.1
  • Remove comments and newlines in config files
  • Abort tests run if DATABASE_URL env variable is set

1.30.0 (July 30, 2015)

06 Nov 14:50
Compare
Choose a tag to compare
  • Update to RSpec 3.3
  • Replace TravisCI with CircleCI
  • Rename development data concept to avoid confusion with db/seeds
  • Remove Unicorn in favor of Puma, as recommended by Heroku

1.29.0 (June 16, 2015)

06 Nov 14:50
Compare
Choose a tag to compare
  • Generate rake, rails and rspec binstubs with Spring
  • Remove Capybara and use RSpec 3.2 for development
  • Improves suspenders' test suite speed
  • Refills flashes.scss bugfix

1.28.0 (May 9, 2015)

06 Nov 14:51
Compare
Choose a tag to compare
  • Require spec/support files in a certain order
  • Use rack-canonical-host
  • Swap id="flash" for class="flashes" in _flashes.html.erb
  • Provide EXECJS_RUNTIME env variable (Node, as in Heroku)
  • Removes .css file suffix from application stylesheet
  • Add mention of Autoprefixer Rails gem to readme
  • Use ruby 2.2.2
  • Update gems

1.27.0 (April 10, 2015)

06 Nov 14:51
Compare
Choose a tag to compare
  • Add Autoprefixer and browserslist config file
  • Only display user-facing flashes
  • Add code of conduct to CONTRIBUTING document
  • Only use rack-timeout in staging and production
  • Add SimpleCov
  • Avoid generation of extra _flashes view
  • Fix Travis CI install step
  • Cache bundle in Travis CI runs

1.26.0 (March 23, 2015)

06 Nov 14:52
Compare
Choose a tag to compare
  • Update Rails to 4.2.1
  • Update Bitters to 1.0
  • Fix .ruby-version (should have been 2.1.1)
  • Enable verify_partial_doubles
  • Renames Segment.io to Segment
  • Removes New Relic unnecessary configuration setting

1.25.0 (March 7, 2015)

06 Nov 14:53
Compare
Choose a tag to compare
  • Configure Active Job queue adapter for test env
  • Use Ruby 2.2.1 (bug: .ruby-version wasn’t updated in the package)
  • Dasherize heroku app names
  • Update Bourbon to 4.2.0
  • Add ASSET_HOST to sample.env (defaults to HOST)
  • Set bin/deploy script as executable
  • Set email deliver method to :test for development
  • Include missing word in the Flutie description in README.
  • Remove unused dev gems: aruba & cucumber
  • Use skip_bundle class_option (rather than defining an empty run_bundle method)

v1.24.0

04 Feb 06:03
Compare
Choose a tag to compare
  • Remove things in Suspenders that Rails does for us now.
  • Document how to use the title view helper.
  • Improve speed of bundling in bin/setup script.
  • Set ENV variable to make out-of-the-box Heroku static asset experience better.

v1.23.0

04 Feb 06:04
Compare
Choose a tag to compare
  • Use Bourbon 4.1.0.
  • Use Neat 1.7.0.
  • Remove parameter wrapping for every format, including JSON.
  • Turn off TravisCI email notifications for Suspended apps.
  • Run rake dev:prime on CI in order to test
    whether bin/setup has any regressions.
  • Fix config.action_mailer.default_url_options's value.
    It now correctly uses ENV.fetch("HOST") in staging
    and production.